[dpdk-dev] [PATCH] eal/freebsd: fix queuing duplicate eal_alarm_callbacks

2019-11-20 Thread Mit Matelske
interrupt type already has a non-empty list, then a new callback is not created, but the kevent timer is restarted properly. Signed-off-by: Mit Matelske --- lib/librte_eal/freebsd/eal/eal_interrupts.c | 79 +++-- 1 file changed, 43 insertions(+), 36 deletions(-) diff --git a

[dpdk-dev] i40e FreeBSD bug

2019-07-15 Thread Mit Matelske
DK and using the latest 19.05 release. testpmd output is below. Any ideas? Thanks in advance, Mit Matelske root@fbl:~ # ./testpmd EAL: Sysctl reports 8 cpus EAL: Detected 8 lcore(s) EAL: Detected 1 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Contigmem driver

Re: [dpdk-dev] mlx5 under FreeBSD

2019-03-11 Thread Mit Matelske
I started spinning up a Linux box to do that exact test on Friday. I'll post the results later. Thanks! Mit Matelske - Original Message - From: "shahafs" To: "Mit Matelske" Cc: "stephen" , "Thomas Monjalon" , "dev" , "Yong

Re: [dpdk-dev] mlx5 under FreeBSD

2019-03-07 Thread Mit Matelske
> > - Original Message - > From: "shahafs" > To: "Mit Matelske" > > What you print here is the verbs layer, and looks OK. I am more interested on > the values before the command reach the device. > Can you print the values of:

Re: [dpdk-dev] mlx5 under FreeBSD

2019-03-06 Thread Mit Matelske
FB 12.0 and DPDK 18.08 code, FWIW. Any and all help is appreciated. I'm a little out of my depths with this. Thanks! Mit Matelske > > Thanks! > > Mit Matelske > > - Original Message - > From: "shahafs" > To: "Mit Matelske" , &q

Re: [dpdk-dev] mlx5 under FreeBSD

2019-03-04 Thread Mit Matelske
dev.mlx5_core.1.hw.board_id: LNR3270110033 dev.mlx5_core.1.hw.fw_version: 12.17.2020 Thanks! Mit Matelske - Original Message - From: "shahafs" To: "Mit Matelske" , "stephen" Cc: "Thomas Monjalon" , "dev" , "Yongseok Koh" S

Re: [dpdk-dev] mlx5 under FreeBSD

2019-03-01 Thread Mit Matelske
just not the ib driver when trying to build the hash tables. Any ideas? I've instrumented libmlx5.so.1, mlx5.ko and mlx5ib.ko to debug this and everything looks fine according to my limited knowledge. Not sure why the card is balking on this action. Thanks! Mit Matelske - O

Re: [dpdk-dev] mlx5 under FreeBSD

2018-11-21 Thread Mit Matelske
> > Rather than building a complex shim, why not just have an OS dependent section > of the driver. The bigger issue is that the kernel side functionality in BSD > is different or missing. For example TAP API is different and not > multi-queue. Once I started working on it, I had to go this ro

Re: [dpdk-dev] mlx5 under FreeBSD

2018-11-19 Thread Mit Matelske
> Monday, November 19, 2018 1:23 AM, Mit Matelske: >> Subject: Re: [dpdk-dev] mlx5 under FreeBSD >> >> > 15/11/2018 17:48, Mit Matelske: >> >> Is anyone working to include support for the mlx5 PMD under FreeBSD? >> > >> > I think Stephen (Cc

Re: [dpdk-dev] mlx5 under FreeBSD

2018-11-18 Thread Mit Matelske
> 15/11/2018 17:48, Mit Matelske: >> Is anyone working to include support for the mlx5 PMD under FreeBSD? > > I think Stephen (Cc) looked at it. > >> I've started down this road by building Linux compatibility layers for the >> required Netlink and Ethtool ca

[dpdk-dev] mlx5 under FreeBSD

2018-11-15 Thread Mit Matelske
h not important, why did Mellanox build a PMD that relied on the kernel driver being in place unlike most other PMDs? Thanks! Mit Matelske