Re: [ovs-dev] [PATCH 4/6] datapath: Backport eth_proto_is_802_3().

2015-07-30 Thread Jesse Gross
On Wed, Jul 29, 2015 at 12:53 PM, Joe Stringer wrote: > Backport of upstream commit 2c7a88c252bf3381958cf716f31b6b2e0f2f3fa7: > "etherdev: Fix sparse error, make test usable by other functions" > > Signed-off-by: Joe Stringer Acked-by: Jesse Gross ___

[ovs-dev] [PATCH 4/6] datapath: Backport eth_proto_is_802_3().

2015-07-29 Thread Joe Stringer
Backport of upstream commit 2c7a88c252bf3381958cf716f31b6b2e0f2f3fa7: "etherdev: Fix sparse error, make test usable by other functions" Signed-off-by: Joe Stringer --- datapath/linux/compat/include/linux/etherdevice.h | 13 + 1 file changed, 13 insertions(+) diff --git a/datapath/li