Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix MAC check when delete MAC

2017-01-23 Thread Ferruh Yigit
On 1/23/2017 9:42 AM, Jingjing Wu wrote: > When VF sends request to remove MAC address, PF host will check > if it is a non-zero or unicast address. When VF remove a multicast > address, it will report error. > This patch fixes this issue. > > Fixes: ec852c94af39 ("net/i40e: enhance sanity check o

[dpdk-dev] [PATCH 1/2] net/i40e: fix MAC check when delete MAC

2017-01-23 Thread Jingjing Wu
When VF sends request to remove MAC address, PF host will check if it is a non-zero or unicast address. When VF remove a multicast address, it will report error. This patch fixes this issue. Fixes: ec852c94af39 ("net/i40e: enhance sanity check of MAC") Signed-off-by: Jingjing Wu --- drivers/net/