Re: [ovs-dev] [PATCH] system-offloads-traffic: Fix waiting for netcat indefinitely.

2022-08-04 Thread Ilya Maximets
On 8/3/22 16:58, Mike Pattrick wrote: > On Thu, Jul 28, 2022 at 2:27 PM Ilya Maximets wrote: >> >> $NC_EOF_OPT should be used to avoid some netcat implementations >> to wait indefinitely. >> >> This fixes the check-offloads testsuite hanging in Ubuntu 22.04. >> >> Fixes: 5660b89a309d

Re: [ovs-dev] [PATCH] system-offloads-traffic: Fix waiting for netcat indefinitely.

2022-08-03 Thread Ilya Maximets
On 8/3/22 17:19, Mike Pattrick wrote: > On Wed, Aug 3, 2022 at 11:12 AM Ilya Maximets wrote: >> >> On 8/3/22 16:58, Mike Pattrick wrote: >>> On Thu, Jul 28, 2022 at 2:27 PM Ilya Maximets wrote: $NC_EOF_OPT should be used to avoid some netcat implementations to wait indefinitely.

Re: [ovs-dev] [PATCH] system-offloads-traffic: Fix waiting for netcat indefinitely.

2022-08-03 Thread Mike Pattrick
On Wed, Aug 3, 2022 at 11:12 AM Ilya Maximets wrote: > > On 8/3/22 16:58, Mike Pattrick wrote: > > On Thu, Jul 28, 2022 at 2:27 PM Ilya Maximets wrote: > >> > >> $NC_EOF_OPT should be used to avoid some netcat implementations > >> to wait indefinitely. > >> > >> This fixes the check-offloads

Re: [ovs-dev] [PATCH] system-offloads-traffic: Fix waiting for netcat indefinitely.

2022-08-03 Thread Ilya Maximets
On 8/3/22 16:58, Mike Pattrick wrote: > On Thu, Jul 28, 2022 at 2:27 PM Ilya Maximets wrote: >> >> $NC_EOF_OPT should be used to avoid some netcat implementations >> to wait indefinitely. >> >> This fixes the check-offloads testsuite hanging in Ubuntu 22.04. >> >> Fixes: 5660b89a309d

Re: [ovs-dev] [PATCH] system-offloads-traffic: Fix waiting for netcat indefinitely.

2022-08-03 Thread Mike Pattrick
On Thu, Jul 28, 2022 at 2:27 PM Ilya Maximets wrote: > > $NC_EOF_OPT should be used to avoid some netcat implementations > to wait indefinitely. > > This fixes the check-offloads testsuite hanging in Ubuntu 22.04. > > Fixes: 5660b89a309d ("dpif-netlink: Offloading meter to tc police action") >

[ovs-dev] [PATCH] system-offloads-traffic: Fix waiting for netcat indefinitely.

2022-07-28 Thread Ilya Maximets
$NC_EOF_OPT should be used to avoid some netcat implementations to wait indefinitely. This fixes the check-offloads testsuite hanging in Ubuntu 22.04. Fixes: 5660b89a309d ("dpif-netlink: Offloading meter to tc police action") Signed-off-by: Ilya Maximets --- tests/system-offloads-traffic.at |