Re: [dpdk-dev] [PATCH v3] cmdline: increase maximum line length

2020-07-31 Thread Stephen Hemminger
On Fri, 31 Jul 2020 14:55:16 +0200 Olivier Matz wrote: > Hi, > > Ressurecting this old thread. > > On Sat, Feb 22, 2020 at 04:28:15PM +0100, David Marchand wrote: > > This patch is flagged as an ABI breakage: > > https://travis-ci.com/ovsrobot/dpdk/jobs/289313318#L2273 > > > > In case we wa

Re: [dpdk-dev] [PATCH v3] cmdline: increase maximum line length

2020-07-31 Thread David Marchand
On Fri, Jul 31, 2020 at 2:55 PM Olivier Matz wrote: > Ressurecting this old thread. > > On Sat, Feb 22, 2020 at 04:28:15PM +0100, David Marchand wrote: > > This patch is flagged as an ABI breakage: > > https://travis-ci.com/ovsrobot/dpdk/jobs/289313318#L2273 > > > > In case we want this fix for 20

Re: [dpdk-dev] [PATCH v3] cmdline: increase maximum line length

2020-07-31 Thread Olivier Matz
Hi, Ressurecting this old thread. On Sat, Feb 22, 2020 at 04:28:15PM +0100, David Marchand wrote: > This patch is flagged as an ABI breakage: > https://travis-ci.com/ovsrobot/dpdk/jobs/289313318#L2273 > In case we want this fix for 20.11, should we do a deprecation notice in 20.08? Olivier

Re: [dpdk-dev] [PATCH v3] cmdline: increase maximum line length

2020-02-22 Thread David Marchand
This patch is flagged as an ABI breakage: https://travis-ci.com/ovsrobot/dpdk/jobs/289313318#L2273 On Thu, Feb 20, 2020 at 3:53 PM Wisam Jaddo wrote: > > This increase due to the usage of cmdline in dpdk applications > as config commands such as testpmd do for rte_flow rules creation. > > The cu

[dpdk-dev] [PATCH v3] cmdline: increase maximum line length

2020-02-20 Thread Wisam Jaddo
This increase due to the usage of cmdline in dpdk applications as config commands such as testpmd do for rte_flow rules creation. The current size of buffer is not enough to fill many cases of rte_flow commands validation/creation. rte_flow now can have outer items, inner items, modify actions, m