Re: [PATCH v3 00/15] add FreeBSD support to VMBUS & NetVSC PMDs

2022-04-19 Thread Srikanth K
Got it, thanks! The next patchset is in progress with the fix and it also removes common code between Linux and FreeBSD. It will be submitted soon. On Thu, 14 Apr 2022, 2:24 pm Thomas Monjalon, wrote: > 17/02/2022 17:05, Srikanth Kaka: > > This patch series adds support to VMBUS & NetVSC PMDs

Re: [PATCH v3 00/15] add FreeBSD support to VMBUS & NetVSC PMDs

2022-04-14 Thread Thomas Monjalon
17/02/2022 17:05, Srikanth Kaka: > This patch series adds support to VMBUS & NetVSC PMDs run on FreeBSD In case you did not notice, this series is blocked by a CI compilation issue: http://mails.dpdk.org/archives/test-report/2022-February/261506.html

[PATCH v3 00/15] add FreeBSD support to VMBUS & NetVSC PMDs

2022-02-17 Thread Srikanth Kaka
This patch series adds support to VMBUS & NetVSC PMDs run on FreeBSD Changelog: v3: - split the patches into further logical parts - updated docs v2: - replaced strncpy with memcpy - replaced malloc.h with stdlib.h - added comment in linux/vmbus_uio.c v1: Intial release Srikanth Kaka