[PATCH net 4/5] be2net: allow offloading with the same port for IPv4 and IPv6

2015-09-17 Thread Jiri Benc
The callback for adding vxlan port can be called with the same port for both IPv4 and IPv6. Do not disable the offloading if this occurs. Signed-off-by: Jiri Benc --- drivers/net/ethernet/emulex/benet/be.h | 1 + drivers/net/ethernet/emulex/benet/be_main.c | 10

Re: [PATCH net 4/5] be2net: allow offloading with the same port for IPv4 and IPv6

2015-09-17 Thread Sathya Perla
On Thu, Sep 17, 2015 at 7:41 PM, Jiri Benc wrote: > The callback for adding vxlan port can be called with the same port for both > IPv4 and IPv6. Do not disable the offloading if this occurs. > > Signed-off-by: Jiri Benc > --- >