RE: [PATCH v3] pcap: support MTU set

2022-06-06 Thread Ido Goshen
> -Original Message- > From: Ferruh Yigit > Sent: Monday, 30 May 2022 21:06 > To: Ido Goshen ; ferruh.yi...@xilinx.com; > step...@networkplumber.org > Cc: dev@dpdk.org; Tianli Lai > Subject: Re: [PATCH v3] pcap: support MTU set > > On 5/30/2022 11:36 AM, Id

RE: [PATCH v3] pcap: support MTU set

2022-05-31 Thread Ido Goshen
> -Original Message- > From: Ferruh Yigit > Sent: Monday, 30 May 2022 21:06 > To: Ido Goshen ; ferruh.yi...@xilinx.com; > step...@networkplumber.org > Cc: dev@dpdk.org; Tianli Lai > Subject: Re: [PATCH v3] pcap: support MTU set > > On 5/30/2022 11:36 AM, Id

Re: [PATCH v3] pcap: support MTU set

2022-05-30 Thread Ferruh Yigit
On 5/30/2022 11:36 AM, Ido Goshen wrote: Support rte_eth_dev_set_mtu by pcap vdevs Enforce mtu on rx/tx Still not sure about enforcing MTU on pcap, but please find comments on mechanical issues Bugzilla ID: 961 Signed-off-by: Ido Goshen --- v3: Preserve pcap behavior to support max size

[PATCH v3] pcap: support MTU set

2022-05-30 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 --- v3: Preserve pcap behavior to support max size packets by default alternative to v2 in order to limit the code change to pcap only and avoid abi change. Enforce mtu only in case rte_eth_