[dpdk-dev] DPDK Userspace - Thanks

2015-10-10 Thread St Leger, Jim
I want to take a moment to thank everyone in the community for making the DPDK Userspace event in Dublin a tremendous success. There were many great, interactive discussions during the sessions, during the breaks, and at dinner last night. https://dpdksummit.com/us/en/userspace2015 I also want

[dpdk-dev] [PATCH] ixgbe: workaround for Security issue in SR-IOV mode

2015-10-10 Thread Wenzhuo Lu
In SR-IOV mode a VF sending LFC or PFC would throttle the entire port. The workaround is to add a filter to drop pause frames from VFs from sending pause frames. Signed-off-by: Wenzhuo Lu --- drivers/net/ixgbe/ixgbe_pf.c | 43 +++ 1 file changed, 43 insert

[dpdk-dev] [PATCH v2 0/4] fm10k: add VMDQ support

2015-10-10 Thread Shaopeng He
This patch series adds VMDQ support for fm10k. It includes the functions to configure VMDQ mode and add MAC address for each VMDQ queue pool. It also includes logic to do sanity check for multi-queue settings. Changes in v2: - Reword some comments and commit messages - Updated release note Shaope

[dpdk-dev] [PATCH v2 1/4] fm10k: add multi-queue checking

2015-10-10 Thread Shaopeng He
Add multi-queue checking in device configure function. Currently, VMDQ and RSS are supported. Signed-off-by: Shaopeng He --- drivers/net/fm10k/fm10k_ethdev.c | 44 1 file changed, 44 insertions(+) diff --git a/drivers/net/fm10k/fm10k_ethdev.c b/drivers/n

[dpdk-dev] [PATCH v2 3/4] fm10k: add VMDQ support in multi-queue configure

2015-10-10 Thread Shaopeng He
Add separate functions to configure VMDQ and RSS. Update dglort map and logic ports accordingly. Reset MAC/VLAN filter after VMDQ config was changed. Signed-off-by: Shaopeng He --- drivers/net/fm10k/fm10k_ethdev.c | 164 +-- 1 file changed, 141 insertions(+),

[dpdk-dev] [PATCH v2 4/4] doc: update release note for fm10k VMDQ support

2015-10-10 Thread Shaopeng He
Signed-off-by: Shaopeng He --- doc/guides/rel_notes/release_2_2.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 5687676..278149f 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_n

[dpdk-dev] [PATCH v2 2/4] fm10k: add VMDQ support in MAC/VLAN filter

2015-10-10 Thread Shaopeng He
The patch does below things for fm10k MAC/VLAN filter: - Add separate functions for VMDQ and main VSI to change MAC filter. - Disable modification to VLAN filter in VMDQ mode. - In device close phase, delete logic ports to remove all MAC/VLAN filters belonging to those ports. Signed-off-by: Sh

[dpdk-dev] [PATCH] e1000: enable igb TSO support

2015-10-10 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wang Xiao W > Sent: Wednesday, September 30, 2015 9:03 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] e1000: enable igb TSO support > > This patch enables igb TSO feature, the feature works on both PF

[dpdk-dev] Accurate timestamps in received packets

2015-10-10 Thread Lu, Wenzhuo
Hi Francesco, Why not searching ieee1588 in the dpdk git repository? Surely you'll find something. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Montorsi, Francesco > Sent: Friday, October 9, 2015 11:30 PM > To: dev at dpdk.org > Subject: [dpdk-dev] Accur

[dpdk-dev] [PATCH] e1000: enable igb TSO support

2015-10-10 Thread Wang, Xiao W
-Original Message- From: Zhang, Helin Sent: Saturday, October 10, 2015 11:57 AM To: Wang, Xiao W; dev at dpdk.org Subject: RE: [dpdk-dev] [PATCH] e1000: enable igb TSO support > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wang Xiao W > Sent: We

[dpdk-dev] [PATCH v2 1/2] e1000: enable igb TSO support

2015-10-10 Thread Wang Xiao W
This patch enables igb TSO feature, the feature works on both PF and VF. The TCP segmentation offload needs to write the offload related information into the advanced context descriptors, which is similar to checksum offload. Signed-off-by: Wang Xiao W --- drivers/net/e1000/igb_ethdev.c | 6 +-

[dpdk-dev] [PATCH v2 2/2] doc: update release note for igb TSO support

2015-10-10 Thread Wang Xiao W
Signed-off-by: Wang Xiao W --- doc/guides/rel_notes/release_2_2.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 5687676..74ebd49 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_no

[dpdk-dev] [PATCH v2 0/2] e1000: enable igb TSO support

2015-10-10 Thread Wang Xiao W
v2: * Reworded the old comment about union igb_vlan_macip which was no more used. * Corrected typo in line "There're some limitaions in hardware for TCP segmentaion offload". * Added "unlikely" in check_tso_para function. v1: * Initial version for igb TSO feature. Wang Xiao W (2): e1000: ena

[dpdk-dev] [PATCH v4 0/7] Add instalation rules for dpdk files.

2015-10-10 Thread Arevalo, Mario Alfredo C
Hi, Good day, I was wondering if someone has any comment about it :) Thank you. Mario From: Arevalo, Mario Alfredo C Sent: Monday, October 05, 2015 1:19 PM To: dev at dpdk.org Cc: olivier.matz at 6wind.com; Arevalo, Mario Alfredo C Subject: [PATCH v4 0/7]