Re: [ovs-dev] [RFC v4 1/1] datapath: Add a new action check_pkt_len

2019-02-24 Thread Numan Siddique
On Sat, Feb 23, 2019 at 2:35 AM Gregory Rose wrote: > Numan, > > I intend to test and review this on my local net-next branch but I'm not > feeling well so it will probably be > early next week before I can do that. Sorry for the delay... > > No worries. Please take your time. If you want to

Re: [ovs-dev] Avoid packet drop on LACP bond after link up

2019-02-24 Thread 0-day Robot
Bleep bloop. Greetings Nitin Katiyar, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. build: /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./include

[ovs-dev] [PATCH v2 2/2] Avoid packet drop on LACP bond after link up

2019-02-24 Thread Nitin Katiyar
Problem: On certain Fortville NICs it has been observed that PHY UP detection can get delayed (sometimes up to 4-5 secs). When the driver fails to fetch PHY status as UP even though its actually UP, LACP packets can get exchanged and LACP slave brought UP. In such a case, the remote end

[ovs-dev] [PATCH v2 1/2] Avoid packet drop on LACP bond after link up

2019-02-24 Thread Nitin Katiyar
Problem: During port DOWN->UP of link (slave) in a LACP bond, after receiving the LACPDU with SYNC set for both actor and partner, the bond-slave remains "disabled" until OVS main thread runs LACP state machine and eventually "enables" the bond-slave. With this, we have observed delays in

[ovs-dev] Hongkong or china representative needed urgently (job offer)

2019-02-24 Thread Hassan Jamel
I am the owner of Hassan Jamel Industries ltd. and it is a firm based in Morocco in Africa. Our company have problems collecting money for the already supplied works because the international USD currency is high in Morocco and when we receive USD payment to our bank account, we get payed by

Re: [ovs-dev] [PATCH V5 0/2] Do not rewrite fields with the same values as matched

2019-02-24 Thread Eli Britstein
On 2/22/2019 6:42 PM, Ben Pfaff wrote: > On Sun, Feb 17, 2019 at 09:18:46AM +, Eli Britstein wrote: >> This patch set avoids unnecessary rewrite actions to fields with the >> same values as matched on. >> >> Patch 1 is a pre-step of generating ovs key fields macros >> Patch 2 avoids the