Re: [dpdk-dev] [PATCH] net/mlx5: fix non-matching parameters documentation

2018-11-29 Thread Ferruh Yigit
On 11/29/2018 11:39 AM, Asaf Penso wrote: > tso and vlan parameters were removed from the signature > of txq_mbuf_to_swp function. > > The documentation of the function was not updated accordingly. > > Remove the tso and vlan documentation to match the function signature. > > Fixes: 8f6d9e13a98c

Re: [dpdk-dev] [PATCH] net/mlx5: fix non-matching parameters documentation

2018-09-17 Thread Yongseok Koh
> On Sep 17, 2018, at 9:03 AM, Asaf Penso wrote: > > tso and vlan parameters were removed from the signature > of txq_mbuf_to_swp function. > > The documentation of the function was not updated accordingly. > > Remove the tso and vlan documentation to match the function signature. > > Fixes: