[PATCH v4] pcap: support MTU set

2022-06-06 Thread Ido Goshen
Support rte_eth_dev_set_mtu by pcap vdevs Enforce mtu on rx/tx Bugzilla ID: 961 Signed-off-by: Ido Goshen --- v4: 1. Add release notes comment 2. Access pmd internals via queue struct 3. eth_mtu_set code convention fixes v3: Preserve pcap behavior to support max size packets by default alternat

Re: [PATCH v4] pcap: support MTU set

2022-06-06 Thread Stephen Hemminger
On Mon, 6 Jun 2022 19:21:47 +0300 Ido Goshen wrote: > Support rte_eth_dev_set_mtu by pcap vdevs > Enforce mtu on rx/tx > > Bugzilla ID: 961 This is not really a bug, it is an enhancement specific to your test setup. It should not be backported to stable. Since it is change in behavior it migh

RE: [PATCH v4] pcap: support MTU set

2022-06-06 Thread Ido Goshen
> -Original Message- > From: Stephen Hemminger > Sent: Monday, 6 June 2022 20:10 > To: Ido Goshen > Cc: ferruh.yi...@xilinx.com; dev@dpdk.org > Subject: Re: [PATCH v4] pcap: support MTU set > > On Mon, 6 Jun 2022 19:21:47 +0300 > Ido Goshen wrote: > &