Acked-by: Scott Daniels dani...@research.att.com
On Fri, 7 Jun 2019, Haiyue Wang wrote:
To get the VF's link status by calling 'rte_eth_link_get_nowait()', the
VF not only check PF's physical link status, but also check the mailbox
running status. And mailbox checking w
Acked-by: Scott Daniels dani...@research.att.com
On Thu, 6 Jun 2019, Haiyue Wang wrote:
Add the detail description for this pflink_fullchk option, when it will
be used, and it is used for fixing what kind of issue.
Signed-off-by: Haiyue Wang
ckly and easily
release a DPDK based application into production. While the application
may eventually fall back on driver and/or kernel support, this could be
years away.
3) As DPDK is being used to configure the NIC, it just seems to make
sense, for consistency, that the configuration capabilities should include
the ability to configure the PF as is proposed.
We are currently supporting/enhancing one such DPDK application to
manage PF and VFs of which the VFs are exposed as SR-IOV devices to
guests:
https://github.com/att/vfd/wiki. As new NICs become available the ability
to transition to them is important to DPDK users.
Collectively,
Scott Daniels,
Alex Zelezniak,
Kaustubh Joshi
E. Scott Daniels
Cloud Software Research
AT&T Labs
daniels at research.att.com
t,
>>
>>> -Original Message-
>>> From: Scott Daniels [mailto:daniels at research.att.com]
>>> Sent: Thursday, October 20, 2016 10:11 AM
>>> To: Lu, Wenzhuo
>>> Cc: Zhang, Helin; Iremonger, Bernard; dev at dpdk.org; ZELEZNIAK, ALEX
>
sh if malloc of user callback fails")
Signed-off-by: E. Scott Daniels
---
V2:
* Correct the component name; changed from net/ixgbe.
* Add Fixes tag.
* Acked-by: Wenzhuo Lu
lib/librte_ether/rte_ethdev.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/lib/li
On Wed, 19 Oct 2016, Lu, Wenzhuo wrote:
> Hi Scott,
>
>> -Original Message-----
>> From: Scott Daniels [mailto:daniels at research.att.com]
>> Sent: Thursday, October 20, 2016 10:11 AM
>> To: Lu, Wenzhuo
>> Cc: Zhang, Helin; Iremonger, Bernard; dev at
On Wed, 19 Oct 2016, Lu, Wenzhuo wrote:
> Hi Scott,
>
>> -Original Message-
>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of E. Scott Daniels
>> Sent: Thursday, October 20, 2016 6:23 AM
>> To: Zhang, Helin; Iremonger, Bernard
>> Cc: dev at d
This change prevents the attempt to add a structure which is
already on the callback list. If a struct with matching
parameters is found on the list, then no action is taken. If
a struct with matching parameters is found on the list, then
no action is taken.
Signed-off-by: E. Scott Daniels
think it should be corrected;
patch prevents the attempt to add a struct which is already
on the list.
E. Scott Daniels (1):
net/ixgbe: prevent duplicate callback on list
lib/librte_ether/rte_ethdev.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
--
1.9.1
;> being accepted (vlan_id), changes the type to permit all valid VLAN
>>>>> ids, and validates the parameter based on the range of 0 to 4095.
>>>>> Corresponding changes to prototype and documentation in the .h file.
>>>>>
>>>>> Fi
E. Scott Daniels
PMTS - Cloud Software Research
AT&T Labs - Research
daniels at research.att.com
440.389.0011
On Wed, 19 Oct 2016, Iremonger, Bernard wrote:
> Hi Wenzhuo, Scott,
>
>
>
>>> Subjec
E. Scott Daniels
PMTS - Cloud Software Research
AT&T Labs - Research
daniels at research.att.com
440.389.0011
On Wed, 19 Oct 2016, Lu, Wenzhuo wrote:
> Hi Daniels,
>
>
>> -Original Messag
4095. Corresponding changes to prototype and documentation in the
.h file.
Fixes: 49e248223e9f71 ("net/ixgbe: add API for VF management")
Signed-off-by: E. Scott Daniels
---
drivers/net/ixgbe/ixgbe_ethdev.c | 8
drivers/net/ixgbe/rte_pmd_ixgbe.h | 9 +
2 files
13 matches
Mail list logo