[ovs-dev] [PATCH v4] Implement compose-packet --hexified [--bad-csum].

2023-10-24 Thread Ihar Hrachyshka
With --hexified, it will produce a bare hexified payload with no spaces or offset indicators inserted, which is useful in tests to produce frames to pass to e.g. `receive`. With --bad-csum, it will produce a frame that has an invalid IP checksum (applicable to IPv4 only because IPv6 doesn't have c

Re: [ovs-dev] [PATCH v4] Implement compose-packet --hexified [--bad-csum].

2023-11-01 Thread Ilya Maximets
On 10/24/23 19:04, Ihar Hrachyshka wrote: > With --hexified, it will produce a bare hexified payload with no spaces > or offset indicators inserted, which is useful in tests to produce > frames to pass to e.g. `receive`. Hmm. I though we agreed on just allowing ovs-pcap to read from stdin, so som

Re: [ovs-dev] [PATCH v4] Implement compose-packet --hexified [--bad-csum].

2023-11-02 Thread Ihar Hrachyshka
On Wed, Nov 1, 2023 at 5:42 PM Ilya Maximets wrote: > On 10/24/23 19:04, Ihar Hrachyshka wrote: > > With --hexified, it will produce a bare hexified payload with no spaces > > or offset indicators inserted, which is useful in tests to produce > > frames to pass to e.g. `receive`. > > Hmm. I thou

Re: [ovs-dev] [PATCH v4] Implement compose-packet --hexified [--bad-csum].

2023-11-14 Thread Ilya Maximets
On 11/2/23 19:02, Ihar Hrachyshka wrote: > On Wed, Nov 1, 2023 at 5:42 PM Ilya Maximets > wrote: > > On 10/24/23 19:04, Ihar Hrachyshka wrote: > > With --hexified, it will produce a bare hexified payload with no spaces > > or offset indicators inserted, whic

Re: [ovs-dev] [PATCH v4] Implement compose-packet --hexified [--bad-csum].

2023-11-14 Thread Ilya Maximets
On 11/14/23 12:39, Ilya Maximets wrote: > On 11/2/23 19:02, Ihar Hrachyshka wrote: >> On Wed, Nov 1, 2023 at 5:42 PM Ilya Maximets > > wrote: >> >> On 10/24/23 19:04, Ihar Hrachyshka wrote: >> > With --hexified, it will produce a bare hexified payload with no spac

Re: [ovs-dev] [PATCH v4] Implement compose-packet --hexified [--bad-csum].

2023-10-30 Thread Simon Horman
On Tue, Oct 24, 2023 at 05:04:05PM +, Ihar Hrachyshka wrote: > With --hexified, it will produce a bare hexified payload with no spaces > or offset indicators inserted, which is useful in tests to produce > frames to pass to e.g. `receive`. > > With --bad-csum, it will produce a frame that has