On Sun, 21 Feb 2021 18:54:01 +0300, Andrew Rybchenko wrote:
> On 2/21/21 11:59 AM, Tal Shnaiderman wrote:
> >> Subject: [dpdk-dev] [PATCH v2 6/7] drivers: remove POSIX dependencies
> >>
> >> External email: Use caution opening links or attachments
> >>
>
On 2/21/21 11:59 AM, Tal Shnaiderman wrote:
Subject: [dpdk-dev] [PATCH v2 6/7] drivers: remove POSIX dependencies
External email: Use caution opening links or attachments
Replace POSIX strncasecmp() with EAL rte_strncasecmp().
Replace POSIX strtok_r() with EAL rte_strtok().
Replace POSIX
> Subject: [dpdk-dev] [PATCH v2 6/7] drivers: remove POSIX dependencies
>
> External email: Use caution opening links or attachments
>
>
> Replace POSIX strncasecmp() with EAL rte_strncasecmp().
> Replace POSIX strtok_r() with EAL rte_strtok().
> Replace POSIX strd
Replace POSIX strncasecmp() with EAL rte_strncasecmp().
Replace POSIX strtok_r() with EAL rte_strtok().
Replace POSIX strdup() with EAL rte_strdup().
Signed-off-by: Dmitry Kozlyuk
---
i40e: checkpatches.sh complains about long lines (it's ~85).
I doubt that mechanical fix would keep the cod
4 matches
Mail list logo