[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-08 Thread Harish Patil
>On Tue, Dec 08, 2015 at 09:27:05AM -0500, Charles (Chas) Williams wrote: >> On Mon, 2015-12-07 at 17:29 +, Harish Patil wrote: >> > > >> > >On Sun, 2015-12-06 at 23:34 +, Harish Patil wrote: >> > >> > >> > >> >The original was always setting unicast. While here, clean up >>some >> > >> >

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-08 Thread Bruce Richardson
On Tue, Dec 08, 2015 at 09:27:05AM -0500, Charles (Chas) Williams wrote: > On Mon, 2015-12-07 at 17:29 +, Harish Patil wrote: > > > > > >On Sun, 2015-12-06 at 23:34 +, Harish Patil wrote: > > >> > > > >> >The original was always setting unicast. While here, clean up some > > >> >other refe

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-08 Thread Charles (Chas) Williams
On Mon, 2015-12-07 at 17:29 +, Harish Patil wrote: > > > >On Sun, 2015-12-06 at 23:34 +, Harish Patil wrote: > >> > > >> >The original was always setting unicast. While here, clean up some > >> >other references that also point into the Ethernet header. > >> > > >> >Signed-off-by: Chas Wil

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-07 Thread Harish Patil
> >On Sun, 2015-12-06 at 23:34 +, Harish Patil wrote: >> > >> >The original was always setting unicast. While here, clean up some >> >other references that also point into the Ethernet header. >> > >> >Signed-off-by: Chas Williams <3chas3 at gmail.com> >> >--- >> > drivers/net/bnx2x/bnx2x.c

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-07 Thread Charles (Chas) Williams
On Sun, 2015-12-06 at 23:34 +, Harish Patil wrote: > > > >The original was always setting unicast. While here, clean up some > >other references that also point into the Ethernet header. > > > >Signed-off-by: Chas Williams <3chas3 at gmail.com> > >--- > > drivers/net/bnx2x/bnx2x.c | 23 +++

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-06 Thread Harish Patil
> >The original was always setting unicast. While here, clean up some >other references that also point into the Ethernet header. > >Signed-off-by: Chas Williams <3chas3 at gmail.com> >--- > drivers/net/bnx2x/bnx2x.c | 23 +++ > drivers/net/bnx2x/ecore_hsi.h | 5 +++-- > 2 f

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-06 Thread Thomas Monjalon
2015-12-06 23:20, Thomas Monjalon: > 2015-11-18 15:58, Chas Williams: > > The original was always setting unicast. While here, clean up some > > other references that also point into the Ethernet header. > > > > Signed-off-by: Chas Williams <3chas3 at gmail.com> > > Applied, thanks No sorry, no

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-12-06 Thread Thomas Monjalon
2015-11-18 15:58, Chas Williams: > The original was always setting unicast. While here, clean up some > other references that also point into the Ethernet header. > > Signed-off-by: Chas Williams <3chas3 at gmail.com> Applied, thanks

[dpdk-dev] [PATCH] bnx2x: set Ethernet address type during transmit for VF's

2015-11-18 Thread Chas Williams
The original was always setting unicast. While here, clean up some other references that also point into the Ethernet header. Signed-off-by: Chas Williams <3chas3 at gmail.com> --- drivers/net/bnx2x/bnx2x.c | 23 +++ drivers/net/bnx2x/ecore_hsi.h | 5 +++-- 2 files chang