[dpdk-dev] [PATCH v3 1/6] szedata2: add new poll mode driver

2015-11-21 Thread Thomas Monjalon
2015-11-20 20:25, Matej Vido: > > As only 64-bit versions of the libraries are provided, I guess we > > could mention it is currently supported only on x86-64. > > I agree. Should I update the documentation and send a patch? Yes please. Another note: I use -rpath= in EXTRA_LDFLAGS to find the

[dpdk-dev] [PATCH v3 1/6] szedata2: add new poll mode driver

2015-11-20 Thread Matej Vido
Hi, 2015-11-20 16:04 GMT+01:00 Thomas Monjalon : > Hi, > > I'm doing some last checks before merging. > > The libsze2 depends on libcommlbr so it would be better to list it on > https://www.liberouter.org/technologies/netcope/access-to-libsze2-library Thank you for reminding, I will edit it.

[dpdk-dev] [PATCH v3 1/6] szedata2: add new poll mode driver

2015-11-20 Thread Thomas Monjalon
Hi, I'm doing some last checks before merging. The libsze2 depends on libcommlbr so it would be better to list it on https://www.liberouter.org/technologies/netcope/access-to-libsze2-library A patch is needed in mk/ to allow linking these dependencies from a non-standard directory:

[dpdk-dev] [PATCH v3 1/6] szedata2: add new poll mode driver

2015-11-10 Thread Matej Vido
Add virtual PMD which communicates with COMBO cards through sze2 layer using libsze2 library. Since link_speed is uint16_t, there can not be used number for 100G speed, therefore link_speed is set to ETH_LINK_SPEED_10G until the type of link_speed is solved. v3: Fix checkpatch.pl issues. Move