From owner-svn-src-stable-7@freebsd.org Wed May 9 21:50:21 2018 Return-Path: Delivered-To: svn-src-stable-7@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29349FCD818; Wed, 9 May 2018 21:50:21 +0000 (UTC) (envelope-from davidcs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE2DC7ABAE; Wed, 9 May 2018 21:50:20 +0000 (UTC) (envelope-from davidcs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB75A172C8; Wed, 9 May 2018 21:50:20 +0000 (UTC) (envelope-from davidcs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w49LoKZr010571; Wed, 9 May 2018 21:50:20 GMT (envelope-from davidcs@FreeBSD.org) Received: (from davidcs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w49LoKc0010570; Wed, 9 May 2018 21:50:20 GMT (envelope-from davidcs@FreeBSD.org) Message-Id: <201805092150.w49LoKc0010570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: davidcs set sender to davidcs@FreeBSD.org using -f From: David C Somayajulu Date: Wed, 9 May 2018 21:50:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r333441 - stable/7/sys/dev/bxe X-SVN-Group: stable-7 X-SVN-Commit-Author: davidcs X-SVN-Commit-Paths: stable/7/sys/dev/bxe X-SVN-Commit-Revision: 333441 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 21:50:21 -0000 Author: davidcs Date: Wed May 9 21:50:20 2018 New Revision: 333441 URL: https://svnweb.freebsd.org/changeset/base/333441 Log: MFC r333004 Fix Issue with adding MultiCast Addresses. When multicast addresses are added/deleted, the delete the multicast addresses previously programmed in HW and reprogram the new set of multicast addresses. Submitted by:Vaishali.Kulkarni@cavium.com Modified: stable/7/sys/dev/bxe/bxe.c Directory Properties: stable/7/ (props changed) stable/7/sys/ (props changed) Modified: stable/7/sys/dev/bxe/bxe.c ============================================================================== --- stable/7/sys/dev/bxe/bxe.c Wed May 9 20:57:18 2018 (r333440) +++ stable/7/sys/dev/bxe/bxe.c Wed May 9 21:50:20 2018 (r333441) @@ -27,7 +27,7 @@ #include __FBSDID("$FreeBSD$"); -#define BXE_DRIVER_VERSION "1.78.90" +#define BXE_DRIVER_VERSION "1.78.91" #include "bxe.h" #include "ecore_sp.h" @@ -12001,11 +12001,10 @@ bxe_init_mcast_macs_list(struct bxe_softc ECORE_LIST_PUSH_TAIL(&mc_mac->link, &p->mcast_list); BLOGD(sc, DBG_LOAD, - "Setting MCAST %02X:%02X:%02X:%02X:%02X:%02X\n", + "Setting MCAST %02X:%02X:%02X:%02X:%02X:%02X and mc_count %d\n", mc_mac->mac[0], mc_mac->mac[1], mc_mac->mac[2], - mc_mac->mac[3], mc_mac->mac[4], mc_mac->mac[5]); - - mc_mac++; + mc_mac->mac[3], mc_mac->mac[4], mc_mac->mac[5], mc_count); + mc_mac++; } p->mcast_list_len = mc_count; @@ -12041,6 +12040,7 @@ bxe_set_mc_list(struct bxe_softc *sc) rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); if (rc < 0) { BLOGE(sc, "Failed to clear multicast configuration: %d\n", rc); + /* Manual backport parts of FreeBSD upstream r284470. */ BXE_MCAST_UNLOCK(sc); return (rc); } From owner-svn-src-stable-7@freebsd.org Wed May 9 21:54:44 2018 Return-Path: Delivered-To: svn-src-stable-7@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFBF5FCDA0F; Wed, 9 May 2018 21:54:43 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA917AFAD; Wed, 9 May 2018 21:54:40 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x243.google.com with SMTP id h197-v6so48267lfg.11; Wed, 09 May 2018 14:54:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=naVAzP4rZpJIcI5IFEvS8UTL/Q7I84gPOHNLdXLSmdI=; b=kUstrqM7FFUXXWMYsOWTmAnYjnJmMKImFLkKz1toZBwh37YkzxK7CTqbKYbfnGV41F ZCX5m8dKNGxOeikgbHJ3L7RNqty8A2/9xsd/KBibfGZaOJBFl0TwSprFFTwiFh5qsLgY vEbgRTi652jfU5EgbcOtKJbZtM2p0ejqg33FubySHukQHiUaAZJUU2Izv5U4vKSSB575 iv6JixwpMH7uVvu9mFHUZdAhNyTitj9sBaPpNCMV3HxHNG3P8dIiudv9eH/dO8rtxyaF 7w+SUNTzg9s7CGvGlLZ1rpuM3QPQ1Wg83RCKLU80CR66NqHRbSqTGuQ8ZFbEzz8fHqX2 wwCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=naVAzP4rZpJIcI5IFEvS8UTL/Q7I84gPOHNLdXLSmdI=; b=JdpG+GR3pivJTwabGzpzflfKjTNc2kSHiYW/FmhY2AHoa7UvF/4nfG/rC9yAKxKybg i3hIGWeTLsZJXPeWTouCxyr1bd4BMEHEC5WpWdEghjOk9ph+OV6CoFkGOV+AeRMMgVeG o7mS1sJk6BsR+uMkamSM5n1sstygbluMdhX2vz6pjp7WUzb+Dadam5R6MERz7scKGH2R QfQNA0QzaIhAHdl9mOoROc1tKop6b3XrvnefZPiN5+VLXiF5knVv46OK1EAVmUKmPZFU DdjNqyWriicZx46Ab6SSb1K0xaRftSuyfD3wRSk9rRbspPLcpUwF8r+Qq7YeZplDpOQu Le7A== X-Gm-Message-State: ALQs6tAjET7/jHe+0j2Ze80BU4yAN6ekSgbFOUEOWYH6sefQ8kIoChLd UeD1b8GONGsQHKeNl0lz09CrogjxCjJT8FjhRmI= X-Google-Smtp-Source: AB8JxZqyMwLyVy/n28PokNNw1/8Hl31AOKECzR7dxMndndG939OT0SOrn+twBivOq37qm/ihXAU0tEoFuaaK4F6SoD8= X-Received: by 2002:a2e:165a:: with SMTP id 26-v6mr27584930ljw.16.1525902878593; Wed, 09 May 2018 14:54:38 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.114.79 with HTTP; Wed, 9 May 2018 14:54:37 -0700 (PDT) In-Reply-To: <201805092150.w49LoKc0010570@repo.freebsd.org> References: <201805092150.w49LoKc0010570@repo.freebsd.org> From: Alan Somers Date: Wed, 9 May 2018 15:54:37 -0600 X-Google-Sender-Auth: 9KmIrgdD5HXsZMwdXDfitbd3xTQ Message-ID: Subject: Re: svn commit: r333441 - stable/7/sys/dev/bxe To: David C Somayajulu Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 21:54:44 -0000 On Wed, May 9, 2018 at 3:50 PM, David C Somayajulu wrote: > Author: davidcs > Date: Wed May 9 21:50:20 2018 > New Revision: 333441 > URL: https://svnweb.freebsd.org/changeset/base/333441 > > Log: > MFC r333004 > Fix Issue with adding MultiCast Addresses. When multicast addresses are > added/deleted, the delete the multicast addresses previously programmed > in HW and reprogram the new set of multicast addresses. > > Submitted by:Vaishali.Kulkarni@cavium.com > > Modified: > stable/7/sys/dev/bxe/bxe.c > Directory Properties: > stable/7/ (props changed) > stable/7/sys/ (props changed) > stable/7 really? Did you forget to update your system for a decade or so? From owner-svn-src-stable-7@freebsd.org Wed May 9 22:03:11 2018 Return-Path: Delivered-To: svn-src-stable-7@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A8FEFCDCB7; Wed, 9 May 2018 22:03:11 +0000 (UTC) (envelope-from David.Somayajulu@cavium.com) Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0059.outbound.protection.outlook.com [104.47.42.59]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT TLS CA 4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6341F7C822; Wed, 9 May 2018 22:03:09 +0000 (UTC) (envelope-from David.Somayajulu@cavium.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=CAVIUMNETWORKS.onmicrosoft.com; s=selector1-cavium-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=dDAlciBHE+Fz316a/Ovfn0Xu8s/+1KBzU1YBIwDhQfU=; b=G8bUe6NrG+F6NQeklwKd1xQFEo5kDlsDXcvDz3yG0RPlr2ff0m1yTFDVDEjXibKtWuhMmiu+r8JJWhzZkgNxxIN1ves1cIlvwnOMMJyuqyRnskBa6sXq43R5TQ26W8nm+PW/mJvPpuzQpGakmRnK/p5ZT5WbgH8u04krcuYDX7E= Received: from BN6PR07MB3122.namprd07.prod.outlook.com (10.172.105.16) by BN6PR07MB3044.namprd07.prod.outlook.com (10.172.106.138) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.755.16; Wed, 9 May 2018 22:03:04 +0000 Received: from BN6PR07MB3122.namprd07.prod.outlook.com ([fe80::3021:1ccf:39e0:5809]) by BN6PR07MB3122.namprd07.prod.outlook.com ([fe80::3021:1ccf:39e0:5809%2]) with mapi id 15.20.0755.012; Wed, 9 May 2018 22:02:59 +0000 From: "Somayajulu, David" To: Alan Somers , David C Somayajulu CC: src-committers , "svn-src-all@freebsd.org" , "svn-src-stable@freebsd.org" , "svn-src-stable-7@freebsd.org" Subject: RE: svn commit: r333441 - stable/7/sys/dev/bxe Thread-Topic: svn commit: r333441 - stable/7/sys/dev/bxe Thread-Index: AQHT59/BGZMooITYKUWO4qO8fcPT/qQn8OWAgAABf/A= Date: Wed, 9 May 2018 22:02:58 +0000 Message-ID: References: <201805092150.w49LoKc0010570@repo.freebsd.org> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=David.Somayajulu@cavium.com; x-originating-ip: [198.186.1.5] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; BN6PR07MB3044; 7:BPyutKPjOyJUalajVkwb7RmdstDDsUCtqJ3bcxmxM3+aqQ/Qievj2QDYib8yyAx4vErZnkUPpZCmpj/r0zCaj6ABOKZB8X59/xIt98kebLBjH9Pb6C/I5QiDTP+5TG1iunLpKpZH0i9f9U2PcI/MT46sUQl4yHucHDfjVJ/p3INx/H9IePAbNOH8S8muN9skaFP5dqqqIVjZleZD8rmNQfdVkYY+jmvFyZ8B2aCf8XwsAEDWP074MeoK7QtCUmU5 x-ms-exchange-antispam-srfa-diagnostics: SOS; x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(7020095)(4652020)(4534165)(4627221)(201703031133081)(201702281549075)(5600026)(2017052603328)(7153060)(7193020); SRVR:BN6PR07MB3044; x-ms-traffictypediagnostic: BN6PR07MB3044: x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(28532068793085)(56005881305849)(85827821059158)(21748063052155); x-ms-exchange-senderadcheck: 1 x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(8211001083)(6040522)(2401047)(8121501046)(5005006)(3002001)(10201501046)(93006095)(93001095)(3231254)(944501410)(52105095)(149027)(150027)(6041310)(20161123558120)(20161123564045)(20161123562045)(201703131423095)(201702281528075)(20161123555045)(201703061421075)(201703061406153)(20161123560045)(6072148)(201708071742011); SRVR:BN6PR07MB3044; BCL:0; PCL:0; RULEID:; SRVR:BN6PR07MB3044; x-forefront-prvs: 0667289FF8 x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(39850400004)(376002)(39380400002)(346002)(396003)(366004)(199004)(189003)(450100002)(790700001)(6246003)(81156014)(6116002)(606006)(8676002)(105586002)(3846002)(106356001)(4326008)(8936002)(33656002)(81166006)(966005)(478600001)(97736004)(68736007)(66066001)(72206003)(14454004)(7736002)(25786009)(6436002)(74316002)(7696005)(5660300001)(229853002)(2900100001)(53936002)(316002)(54906003)(2906002)(110136005)(99286004)(26005)(9686003)(476003)(55016002)(53546011)(5250100002)(6306002)(102836004)(3660700001)(54896002)(486006)(3280700002)(11346002)(236005)(59450400001)(446003)(6506007)(86362001)(19609705001)(76176011)(186003); DIR:OUT; SFP:1101; SCL:1; SRVR:BN6PR07MB3044; H:BN6PR07MB3122.namprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:3; received-spf: None (protection.outlook.com: cavium.com does not designate permitted sender hosts) x-microsoft-antispam-message-info: On3Yv0fJ1hmX4N8ca1QFQ0xzvA041+72H3nU6nPBx5ZIypLCvb3ol0c5rREdFO4WZ8W0GkKDb+rt1VqdgBnu6OCqJCj6yAsK+KRI1MrPEpYADpk4+kZQnLjok/25c8zIO17T8m93zjRHMkWXf0+s/MTL6STjuT2PZd2kv9y92ANrMtKKJiMiQSyY9Hs6ChMg spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM MIME-Version: 1.0 X-MS-Office365-Filtering-Correlation-Id: f8930f38-aaa9-4384-c21f-08d5b5f8a07c X-OriginatorOrg: cavium.com X-MS-Exchange-CrossTenant-Network-Message-Id: f8930f38-aaa9-4384-c21f-08d5b5f8a07c X-MS-Exchange-CrossTenant-originalarrivaltime: 09 May 2018 22:02:59.0121 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 711e4ccf-2e9b-4bcf-a551-4094005b6194 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN6PR07MB3044 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 22:03:11 -0000 PiBzdGFibGUvNyByZWFsbHk/ICAgRGlkIHlvdSBmb3JnZXQgdG8gdXBkYXRlIHlvdXIgc3lzdGVt IGZvciBhIGRlY2FkZSBvciBzbz8NCkl04oCZcyB0byBzdXBwb3J0IG9uZSBvZiBvdXIgY3VzdG9t ZXJzLg0KLWRhdmlkIFMuDQoNCkZyb206IGFzb21lcnNAZ21haWwuY29tIFttYWlsdG86YXNvbWVy c0BnbWFpbC5jb21dIE9uIEJlaGFsZiBPZiBBbGFuIFNvbWVycw0KU2VudDogV2VkbmVzZGF5LCBN YXkgMDksIDIwMTggMjo1NSBQTQ0KVG86IERhdmlkIEMgU29tYXlhanVsdSA8ZGF2aWRjc0BmcmVl YnNkLm9yZz4NCkNjOiBzcmMtY29tbWl0dGVycyA8c3JjLWNvbW1pdHRlcnNAZnJlZWJzZC5vcmc+ OyBzdm4tc3JjLWFsbEBmcmVlYnNkLm9yZzsgc3ZuLXNyYy1zdGFibGVAZnJlZWJzZC5vcmc7IHN2 bi1zcmMtc3RhYmxlLTdAZnJlZWJzZC5vcmcNClN1YmplY3Q6IFJlOiBzdm4gY29tbWl0OiByMzMz NDQxIC0gc3RhYmxlLzcvc3lzL2Rldi9ieGUNCg0KT24gV2VkLCBNYXkgOSwgMjAxOCBhdCAzOjUw IFBNLCBEYXZpZCBDIFNvbWF5YWp1bHUgPGRhdmlkY3NAZnJlZWJzZC5vcmc8bWFpbHRvOmRhdmlk Y3NAZnJlZWJzZC5vcmc+PiB3cm90ZToNCkF1dGhvcjogZGF2aWRjcw0KRGF0ZTogV2VkIE1heSAg OSAyMTo1MDoyMCAyMDE4DQpOZXcgUmV2aXNpb246IDMzMzQ0MQ0KVVJMOiBodHRwczovL3N2bndl Yi5mcmVlYnNkLm9yZy9jaGFuZ2VzZXQvYmFzZS8zMzM0NDENCg0KTG9nOg0KICBNRkMgcjMzMzAw NA0KICBGaXggSXNzdWUgd2l0aCBhZGRpbmcgTXVsdGlDYXN0IEFkZHJlc3Nlcy4gV2hlbiBtdWx0 aWNhc3QgYWRkcmVzc2VzIGFyZQ0KICBhZGRlZC9kZWxldGVkLCB0aGUgZGVsZXRlIHRoZSBtdWx0 aWNhc3QgYWRkcmVzc2VzIHByZXZpb3VzbHkgcHJvZ3JhbW1lZA0KICBpbiBIVyBhbmQgcmVwcm9n cmFtIHRoZSBuZXcgc2V0IG9mIG11bHRpY2FzdCBhZGRyZXNzZXMuDQoNCiAgU3VibWl0dGVkIGJ5 OlZhaXNoYWxpLkt1bGthcm5pQGNhdml1bS5jb208bWFpbHRvOmJ5JTNBVmFpc2hhbGkuS3Vsa2Fy bmlAY2F2aXVtLmNvbT4NCg0KTW9kaWZpZWQ6DQogIHN0YWJsZS83L3N5cy9kZXYvYnhlL2J4ZS5j DQpEaXJlY3RvcnkgUHJvcGVydGllczoNCiAgc3RhYmxlLzcvICAgKHByb3BzIGNoYW5nZWQpDQog IHN0YWJsZS83L3N5cy8gICAocHJvcHMgY2hhbmdlZCkNCg0Kc3RhYmxlLzcgcmVhbGx5PyAgIERp ZCB5b3UgZm9yZ2V0IHRvIHVwZGF0ZSB5b3VyIHN5c3RlbSBmb3IgYSBkZWNhZGUgb3Igc28/DQoN Cg== From owner-svn-src-stable-7@freebsd.org Wed May 9 22:03:29 2018 Return-Path: Delivered-To: svn-src-stable-7@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01B12FCDCEF; Wed, 9 May 2018 22:03:29 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EE287CAFB; Wed, 9 May 2018 22:03:28 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [172.17.133.41] (unknown [12.202.168.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id C2998D2A0; Wed, 9 May 2018 22:03:27 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.c.0.180410 Date: Wed, 09 May 2018 15:03:24 -0700 Subject: Re: svn commit: r333441 - stable/7/sys/dev/bxe From: Ravi Pokala To: Alan Somers , David C Somayajulu CC: src-committers , , , Message-ID: <9494DD65-9EC1-4BB5-9443-B253A2756F32@panasas.com> Thread-Topic: svn commit: r333441 - stable/7/sys/dev/bxe References: <201805092150.w49LoKc0010570@repo.freebsd.org> In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 22:03:29 -0000 -----Original Message----- From: on behalf of Alan Somers Date: 2018-05-09, Wednesday at 14:54 To: David C Somayajulu Cc: src-committers , , , Subject: Re: svn commit: r333441 - stable/7/sys/dev/bxe > On Wed, May 9, 2018 at 3:50 PM, David C Somayajulu wrote: > >> Author: davidcs >> Date: Wed May 9 21:50:20 2018 >> New Revision: 333441 >> URL: https://svnweb.freebsd.org/changeset/base/333441 ... >> Modified: >> stable/7/sys/dev/bxe/bxe.c >> Directory Properties: >> stable/7/ (props changed) >> stable/7/sys/ (props changed) >> > stable/7 really? Did you forget to update your system for a decade or so? You'd be surprised / appalled at how many systems are parked on ancient major versions. :-/ I assume they backported this far because a customer requested it. If so, I applaud Cavium for honoring that request, rather than telling the customer to upgrade. -Ravi (rpokala@)