[dpdk-dev] [PATCH v1 1/6] net/af_xdp: introduce AF_XDP PMD driver

Ye Xiaolong xiaolong.ye at intel.com
Sat Mar 2 09:08:08 CET 2019


Hi,

On 03/01, Stephen Hemminger wrote:
>On Fri,  1 Mar 2019 16:09:42 +0800
>Xiaolong Ye <xiaolong.ye at intel.com> wrote:
>
>> +	if (umem->buffer)
>> +		free(umem->buffer);
>
>Minor nit: you don't need to check for NULL free() already handles this.

Thanks for the suggestion, will change accordingly.


More information about the dev mailing list