From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 44C7D1B05 for ; Thu, 24 May 2018 11:15:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 May 2018 02:15:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,436,1520924400"; d="scan'208";a="226862569" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 24 May 2018 02:15:39 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 24 May 2018 02:15:39 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 24 May 2018 02:15:39 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.40]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.240]) with mapi id 14.03.0319.002; Thu, 24 May 2018 17:15:35 +0800 From: "Xing, Beilei" To: Alex Kiselev , "users@dpdk.org" , "Zhang, Qi Z" Thread-Topic: problem with an additional MAC address on i40e Thread-Index: AQHT8bmdPAnvy2B+BEea53TDKckkvKQ+meng Date: Thu, 24 May 2018 09:15:35 +0000 Message-ID: <94479800C636CB44BD422CB454846E0132161CCA@SHSMSX101.ccr.corp.intel.com> References: <351944790.20180522134228@gmail.com> In-Reply-To: <351944790.20180522134228@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDA1ZWU4NDgtODYwMC00MzBkLWJiNTItZTI5MjJmYjFjMTU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNTJ6MXcwQThIZEtLTFdldXZxXC9jREU1WUtING1BR3FOSWpMenQ0cFNLRVVmWVBpOEZ4dCtwd25ueTlJXC9pMFoyIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] problem with an additional MAC address on i40e X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 09:15:42 -0000 Hi Kiselev, What's the firmware version you used? Did you try testpmd? I tried testpmd with X710 on my side, the steps are: testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start testpmd> mac_addr add 0 00:00:5E:00:01:0A testpmd> stop testpmd> start After that, packets with destination 01:00:5E:00:00:12 still can be receive= d. Best Regards Beilei Xing > -----Original Message----- > From: Alex Kiselev [mailto:kiselev99@gmail.com] > Sent: Tuesday, May 22, 2018 6:42 PM > To: users@dpdk.org; Xing, Beilei ; Zhang, Qi Z > > Subject: problem with an additional MAC address on i40e >=20 > Hi. >=20 > I am facing an issue trying to receive packets destined to the MAC addres= s > ipv4_mcast_12 01:00:5E:00:00:12. >=20 > The problem is that once I add to a port additional MAC address > 00:00:5E:00:01:0A using rte_eth_dev_mac_addr_add(), the port stop > receiving packets destinated to the address 01:00:5E:00:00:12. When there > is no additinal mac on a port everything is ok. Also, there is no such is= sue > when I am using intel X520 nic (ixgbe), I am facing this behavior only wi= th > X710 (i40e) intel NIC. >=20 > DPDK ver dpdk-stable-17.11.1 >=20 >=20 > -- > Alex Kiselev.