Re: [ovs-dev] [PATCH v3] Implement ovstest test-odp hexify-keys [--bad-csum].

2023-10-20 Thread Ihar Hrachyshka
On Fri, Oct 20, 2023 at 6:53 PM Ilya Maximets wrote: > On 10/21/23 00:40, Ihar Hrachyshka wrote: > > On Fri, Oct 20, 2023 at 6:02 PM Ilya Maximets > wrote: > > > > On 10/20/23 15:15, Ihar Hrachyshka wrote: > > > On Thu, Oct 19, 2023 at 6:29 PM Ilya Maximets

Re: [ovs-dev] [PATCH v3] Implement ovstest test-odp hexify-keys [--bad-csum].

2023-10-20 Thread Ilya Maximets
On 10/21/23 00:40, Ihar Hrachyshka wrote: > On Fri, Oct 20, 2023 at 6:02 PM Ilya Maximets > wrote: > > On 10/20/23 15:15, Ihar Hrachyshka wrote: > > On Thu, Oct 19, 2023 at 6:29 PM Ilya Maximets

Re: [ovs-dev] [PATCH v3] Implement ovstest test-odp hexify-keys [--bad-csum].

2023-10-20 Thread Ihar Hrachyshka
On Fri, Oct 20, 2023 at 6:02 PM Ilya Maximets wrote: > On 10/20/23 15:15, Ihar Hrachyshka wrote: > > On Thu, Oct 19, 2023 at 6:29 PM Ilya Maximets > wrote: > > > > On 10/19/23 16:11, Ihar Hrachyshka wrote: > > > The command reads a flow string and an optional

Re: [ovs-dev] [PATCH v3] Implement ovstest test-odp hexify-keys [--bad-csum].

2023-10-20 Thread Ilya Maximets
On 10/20/23 15:15, Ihar Hrachyshka wrote: > On Thu, Oct 19, 2023 at 6:29 PM Ilya Maximets > wrote: > > On 10/19/23 16:11, Ihar Hrachyshka wrote: > > The command reads a flow string and an optional additional payload on > > stdin and produces a hex-string

Re: [ovs-dev] [PATCH v3] Implement ovstest test-odp hexify-keys [--bad-csum].

2023-10-20 Thread Ihar Hrachyshka
On Thu, Oct 19, 2023 at 6:29 PM Ilya Maximets wrote: > On 10/19/23 16:11, Ihar Hrachyshka wrote: > > The command reads a flow string and an optional additional payload on > > stdin and produces a hex-string representation of the corresponding > > frame on stdout. It may receive more than a

Re: [ovs-dev] [PATCH v3] Implement ovstest test-odp hexify-keys [--bad-csum].

2023-10-19 Thread Ilya Maximets
On 10/19/23 16:11, Ihar Hrachyshka wrote: > The command reads a flow string and an optional additional payload on > stdin and produces a hex-string representation of the corresponding > frame on stdout. It may receive more than a single input line. > > The command may be useful in tests, where we

[ovs-dev] [PATCH v3] Implement ovstest test-odp hexify-keys [--bad-csum].

2023-10-19 Thread Ihar Hrachyshka
The command reads a flow string and an optional additional payload on stdin and produces a hex-string representation of the corresponding frame on stdout. It may receive more than a single input line. The command may be useful in tests, where we may need to produce hex frame payloads to compare