Re: [dpdk-dev] [PATCH 28/50] net/liquidio: add APIs for sg list

2017-02-23 Thread Ferruh Yigit
On 2/21/2017 9:26 AM, Shijith Thotton wrote: > SG list is used while sending packets with multiple segments. May be good to use "Scatter-Gather List" in commit log to make it clear, and since it is an abbreviation, uppercase "SG" can be used in patch title. > > Signed-off-by: Shijith Thotton >

[dpdk-dev] [PATCH 28/50] net/liquidio: add APIs for sg list

2017-02-21 Thread Shijith Thotton
SG list is used while sending packets with multiple segments. Signed-off-by: Shijith Thotton Signed-off-by: Jerin Jacob Signed-off-by: Derek Chickles Signed-off-by: Venkat Koppula Signed-off-by: Mallesham Jatharakonda --- drivers/net/liquidio/lio_ethdev.c | 23 drivers/net/liquidio