Re: [dpdk-dev] [RFC PATCH] i40e: fix setting of default MAC address

2016-12-01 Thread Wu, Jingjing
Hi, Igor Thanks for your contribute, my comments are in below, thanks. > -Original Message- > From: Igor Ryzhov [mailto:iryz...@nfware.com] > Sent: Thursday, November 24, 2016 8:35 PM > To: dev@dpdk.org > Cc: Zhang, Helin ; Wu, Jingjing > > Subject: [RFC PATCH] i40e: fix setting of defau

[dpdk-dev] [RFC PATCH] i40e: fix setting of default MAC address

2016-12-01 Thread Igor Ryzhov
Ping. On Thu, Nov 24, 2016 at 3:34 PM, Igor Ryzhov wrote: > While testing X710 cards in our lab I found that setting of default MAC > address > doesn't work correctly for i40e driver. I compared DPDK driver > implementation > with Linux driver implementation and found that a lot of code is lost

[dpdk-dev] [RFC PATCH] i40e: fix setting of default MAC address

2016-11-24 Thread Igor Ryzhov
While testing X710 cards in our lab I found that setting of default MAC address doesn't work correctly for i40e driver. I compared DPDK driver implementation with Linux driver implementation and found that a lot of code is lost in DPDK. I tried to make DPDK implementation similar to Linux implement