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
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
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
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
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(+),
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
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
> -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
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
-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
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 +-
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
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
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]
14 matches
Mail list logo