2015-07-13 14:04, Bernard Iremonger:
> Signed-off-by: Bernard Iremonger
Applied without the first patch which seems useless.
2015-07-19 12:52, Thomas Monjalon:
> The main change of these patches is to improve naming consistency
> across ethdev and EAL.
> It should be applied shortly to be part of rc1. If some comments arise,
> it can be fixed/improved in rc2.
>
> Thomas Monjalon (4):
> doc: rename ABI chapter to depre
> Michael Qiu (2):
> fm10k: Free queues when close port
> fm10k: Add hotplug support for fm10k
Applied, thanks
> > Bernard Iremonger (6):
> > virtio: add support for PCI Port Hotplug
> > virtio: check vq parameter in virtqueue_detatch_unused() function
> > virtio: add proper queue release
> > virtio: free queue memory in virtio_dev_close()
> > virtio: use queue_release in dev_uninit
> > test-pmd
> > Bernard Iremonger (7):
> > i40e: changes to support PCI Port Hotplug
> > i40e: release vmdq vsi's in dev_close
> > i40e: increase ASQ_DELAY_MS to 100 and MAX_TRY_TIMES to 20 in
> > i40evf_wait_cmd_done()
> > i40e: call _clear_cmd() when error occurs
> > i40e: clear queues in i40ev
> > Bernard Iremonger (2):
> > ixgbe: changes to support PCI Port Hotplug
> > ixgbe: release queue memory in close functions
>
> Acked-by: Konstantin Ananyev
Applied, thanks
> Bernard Iremonger (2):
> e1000: igb and em1000 PCI Port Hotplug changes
> e1000: free queue memory in close functions
Applied, thanks
Xie,
I think it is OK to merge first three patches at the moment.
I'm going to implement a new scheme in a different ioctl soon.
Pavel
The internal functions must be marked with the doxygen command @internal.
The allocate and release_port functions are not restricted only to dummy
drivers.
Signed-off-by: Thomas Monjalon
---
lib/librte_ether/rte_ethdev.h | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git
Use DEV_DETACHED constant and deduplicate code in init.
Signed-off-by: Thomas Monjalon
---
lib/librte_ether/rte_ethdev.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c
index 9596047..d00d104 100644
--- a/lib/
There are close and detach functions in ethdev.
To keep a consistent naming, PCI functions called by ethdev detach
must be named "detach" instead of "close".
Fix also comments which mix close and uninit names.
Signed-off-by: Thomas Monjalon
---
doc/guides/rel_notes/deprecation.rst|
This chapter is for ABI and API. That's why a renaming is required.
Remove also the examples which are now in the referenced guidelines.
Signed-off-by: Thomas Monjalon
---
MAINTAINERS | 2 +-
doc/guides/rel_notes/{abi.rst => deprecation.rst} | 16 +
The main change of these patches is to improve naming consistency
across ethdev and EAL.
It should be applied shortly to be part of rc1. If some comments arise,
it can be fixed/improved in rc2.
Thomas Monjalon (4):
doc: rename ABI chapter to deprecation
pci: fix detach and uninit naming
ethd
13 matches
Mail list logo