[dpdk-dev] [PATCH 15/22] net/hns3: add package and queue related operation
Wei Hu (Xavier)
xavier.huwei at huawei.com
Wed Sep 11 13:40:52 CEST 2019
Hi, Ferruh Yigit
On 2019/8/30 23:13, Ferruh Yigit wrote:
> On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote:
>> This patch adds queue related operation, package sending and
>> receiving function codes.
>>
>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei at huawei.com>
>> Signed-off-by: Chunsong Feng <fengchunsong at huawei.com>
>> Signed-off-by: Min Wang (Jushui) <wangmin3 at huawei.com>
>> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
>> Signed-off-by: Hao Chen <chenhao164 at huawei.com>
>> Signed-off-by: Huisong Li <lihuisong at huawei.com>
> <...>
>
>> +
>> +#define __packed __attribute__((packed))
>> +/* hardware spec ring buffer format */
>> +__packed struct hns3_desc {
> Can you use existing '__rte_packed' instead?
>
OK, I will fix it in patch V2.
Thanks for your suggestion.
Regards
Xavier
More information about the dev
mailing list