Re: [dpdk-dev] [PATCH] ethdev: fix comments of packet integrity flow item

2021-05-19 Thread Ajit Khaparde
On Wed, May 19, 2021 at 9:30 AM Andrew Rybchenko < andrew.rybche...@oktetlabs.ru> wrote: > On 5/19/21 7:27 PM, Thomas Monjalon wrote: > > The Doxygen comments are placed before the related lines, > > but the markers were /**< instead of /** > > > > Fixes: b10a421a1f3b ("ethdev: add packet integrit

Re: [dpdk-dev] [PATCH] ethdev: fix comments of packet integrity flow item

2021-05-19 Thread Thomas Monjalon
19/05/2021 18:53, Ferruh Yigit: > On 5/19/2021 5:27 PM, Thomas Monjalon wrote: > > The Doxygen comments are placed before the related lines, > > but the markers were /**< instead of /** > > > > Fixes: b10a421a1f3b ("ethdev: add packet integrity check flow rules") > > > > Signed-off-by: Thomas Mon

Re: [dpdk-dev] [PATCH] ethdev: fix comments of packet integrity flow item

2021-05-19 Thread Ferruh Yigit
On 5/19/2021 5:27 PM, Thomas Monjalon wrote: > The Doxygen comments are placed before the related lines, > but the markers were /**< instead of /** > > Fixes: b10a421a1f3b ("ethdev: add packet integrity check flow rules") > > Signed-off-by: Thomas Monjalon > --- > lib/ethdev/rte_flow.h | 18 +++

Re: [dpdk-dev] [PATCH] ethdev: fix comments of packet integrity flow item

2021-05-19 Thread Andrew Rybchenko
On 5/19/21 7:27 PM, Thomas Monjalon wrote: The Doxygen comments are placed before the related lines, but the markers were /**< instead of /** Fixes: b10a421a1f3b ("ethdev: add packet integrity check flow rules") Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH] ethdev: fix comments of packet integrity flow item

2021-05-19 Thread Thomas Monjalon
The Doxygen comments are placed before the related lines, but the markers were /**< instead of /** Fixes: b10a421a1f3b ("ethdev: add packet integrity check flow rules") Signed-off-by: Thomas Monjalon --- lib/ethdev/rte_flow.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions