[dpdk-dev] [PATCH v2 05/10] bnx2x: Restrict RX mask flags sent to the PF

2016-09-30 Thread Ferruh Yigit
On 9/29/2016 11:20 AM, Chas Williams wrote: > Don't use bnx2x_fill_accept_flags() to fill the RX mask in the VF > since the PF only handles a subset of the existing flags. now, > bnx2x_fill_accept_flags() can be static. > > Fixes: 540a211084a7 ("bnx2x: driver core") > > Signed-off-by: Chas Willi

[dpdk-dev] [PATCH v2 05/10] bnx2x: Restrict RX mask flags sent to the PF

2016-09-29 Thread Chas Williams
Don't use bnx2x_fill_accept_flags() to fill the RX mask in the VF since the PF only handles a subset of the existing flags. now, bnx2x_fill_accept_flags() can be static. Fixes: 540a211084a7 ("bnx2x: driver core") Signed-off-by: Chas Williams <3chas3 at gmail.com> --- drivers/net/bnx2x/bnx2x.c