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

2019-07-30 Thread Ilya Maximets
On 30.07.2019 16:50, Paul Blakey wrote: > > On 7/30/2019 3:19 PM, Ilya Maximets wrote: >> On 30.07.2019 13:30, Ilya Maximets wrote: >>> On 30.07.2019 13:23, Eli Britstein wrote: On 7/30/2019 1:10 PM, Ilya Maximets wrote: > On 03.07.2019 7:58, Eli Britstein wrote: >> Ethernet type

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

2019-07-30 Thread Paul Blakey
On 7/30/2019 3:19 PM, Ilya Maximets wrote: > On 30.07.2019 13:30, Ilya Maximets wrote: >> On 30.07.2019 13:23, Eli Britstein wrote: >>> On 7/30/2019 1:10 PM, Ilya Maximets wrote: On 03.07.2019 7:58, Eli Britstein wrote: > Ethernet type 0x1234 is used for testing and not being

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

2019-07-30 Thread Ilya Maximets
On 30.07.2019 13:30, Ilya Maximets wrote: > On 30.07.2019 13:23, Eli Britstein wrote: >> >> On 7/30/2019 1:10 PM, Ilya Maximets wrote: >>> On 03.07.2019 7:58, Eli Britstein wrote: Ethernet type 0x1234 is used for testing and not being offloadable. For testing offloadable features, log

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

2019-07-30 Thread Ilya Maximets
On 30.07.2019 13:23, Eli Britstein wrote: > > On 7/30/2019 1:10 PM, Ilya Maximets wrote: >> On 03.07.2019 7:58, Eli Britstein wrote: >>> Ethernet type 0x1234 is used for testing and not being offloadable. For >>> testing offloadable features, log about using this value. >>> >>> Signed-off-by: Eli

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

2019-07-30 Thread Eli Britstein
On 7/30/2019 1:10 PM, Ilya Maximets wrote: > On 03.07.2019 7:58, Eli Britstein wrote: >> Ethernet type 0x1234 is used for testing and not being offloadable. For >> testing offloadable features, log about using this value. >> >> Signed-off-by: Eli Britstein >> Acked-by: Roi Dayan >>

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

2019-07-30 Thread Ilya Maximets
On 03.07.2019 7:58, Eli Britstein wrote: > Ethernet type 0x1234 is used for testing and not being offloadable. For > testing offloadable features, log about using this value. > > Signed-off-by: Eli Britstein > Acked-by: Roi Dayan > Signed-off-by: Eli Britstein > Acked-by: Ben Pfaff > --- >

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

2019-07-29 Thread Eli Britstein
ping On 7/11/2019 4:11 PM, Roi Dayan wrote: > > On 2019-07-03 9:11 PM, Ben Pfaff wrote: >> On Wed, Jul 03, 2019 at 04:58:06AM +, Eli Britstein wrote: >>> Ethernet type 0x1234 is used for testing and not being offloadable. For >>> testing offloadable features, log about using this value. >>>

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

2019-07-11 Thread Roi Dayan
On 2019-07-03 9:11 PM, Ben Pfaff wrote: > On Wed, Jul 03, 2019 at 04:58:06AM +, Eli Britstein wrote: >> Ethernet type 0x1234 is used for testing and not being offloadable. For >> testing offloadable features, log about using this value. >> >> Signed-off-by: Eli Britstein >> Acked-by: Roi

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

2019-07-03 Thread Ben Pfaff
On Wed, Jul 03, 2019 at 04:58:06AM +, Eli Britstein wrote: > Ethernet type 0x1234 is used for testing and not being offloadable. For > testing offloadable features, log about using this value. > > Signed-off-by: Eli Britstein > Acked-by: Roi Dayan > Signed-off-by: Eli Britstein Acked-by:

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

2019-07-02 Thread Eli Britstein
Ethernet type 0x1234 is used for testing and not being offloadable. For testing offloadable features, log about using this value. Signed-off-by: Eli Britstein Acked-by: Roi Dayan Signed-off-by: Eli Britstein --- lib/dpif-netlink.c | 1 + 1 file changed, 1 insertion(+) diff --git