Re: [PATCH v3] pcapng: fix write more packets than IOV_MAX limit

2022-10-09 Thread Thomas Monjalon
01/08/2022 17:33, Stephen Hemminger: > On Mon, 1 Aug 2022 10:40:56 +0200 > Mário Kuka wrote: > > > The rte_pcapng_write_packets() function fails when we try to write more > > packets than the IOV_MAX limit. writev() system call is limited by the > > IOV_MAX limit. The iovcnt argument is valid if

Re: [PATCH v3] pcapng: fix write more packets than IOV_MAX limit

2022-08-01 Thread Stephen Hemminger
On Mon, 1 Aug 2022 10:40:56 +0200 Mário Kuka wrote: > The rte_pcapng_write_packets() function fails when we try to write more > packets than the IOV_MAX limit. writev() system call is limited by the > IOV_MAX limit. The iovcnt argument is valid if it is greater than 0 and > less than or equal to