Re: [ovs-dev] [PATCH 1/1] dpif-netlink: Warn eth type 0x1234 not offloadable

2019-07-02 Thread Ben Pfaff
On Sun, Jun 30, 2019 at 06:16:05AM +, Eli Britstein wrote: > Ethernet type 0x1234 is used for testing and not being offloadable. For > testing offloadable features, warn about using this value. > > Signed-off-by: Eli Britstein > --- > lib/dpif-netlink.c | 1 + > 1 file changed, 1

[ovs-dev] [PATCH 1/1] dpif-netlink: Warn eth type 0x1234 not offloadable

2019-06-30 Thread Eli Britstein
Ethernet type 0x1234 is used for testing and not being offloadable. For testing offloadable features, warn about using this value. Signed-off-by: Eli Britstein --- lib/dpif-netlink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dpif-netlink.c b/lib/dpif-netlink.c index