[dpdk-dev] l3fwd increasing LPM IPv4 Table Size

2014-02-24 Thread Jun Han
Hi all, I have been trying to add more IPv4 table entries by appending random entries in the ipv4_l3fwd_route_array as the following: *static struct ipv4_l3fwd_route ipv4_l3fwd_route_array[] = { * *{IPv4(1,0,0,0), 24, 0}, * *{IPv4(1,0,4,0), 22, 0}, * *{IPv4(1,0,4,0), 24, 0}, * *{IPv4(1,0,5,0), 24

[dpdk-dev] [RFC PATCH 2/2] ixgbe: release software locked semaphores on initialization

2014-02-24 Thread Ananyev, Konstantin
Hi Didier, I didn't look at e1000 yet, so can't argue about it. About X540, I suppose you are talking about these lines: + if (ixgbe_get_swfw_sync_semaphore(hw) < 0) { + DEBUGOUT("SMBI lock released"); + } + ixgbe_release_swfw_sync_

[dpdk-dev] [RFC PATCH 2/2] ixgbe: release software locked semaphores on initialization

2014-02-24 Thread didier.pallard
Hi, The patch (or some derivative that do the same result) should probably rather be integrated in base driver. For IGB implementation, it is not possible to extract patch from base driver, since lock release should be done before calls to e1000_init_nvm_params or e1000_init_phy_params that use

[dpdk-dev] [vmxnet3-usermap PATCH 04/16] pmd: add make help

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > Add help for quick tips. > Also define CC and remove RTE_CONFIG variable. Straight forward addition of help text (useful, thanks) and simple clean up. Looks good to me. Acked-by: Chris Wright

[dpdk-dev] [vmxnet3-usermap PATCH 05/16] pmd: allow to build outside of the source directory

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > S specify source directory (when not already in). > O specify output directory (when different of current one). Thanks for adding docs into help too. Looks good to me. Acked-by: Chris Wright

[dpdk-dev] [PATCH 03/16] pkg: add recipe for RPM

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > Packages can be built with: > RPM_BUILD_NCPUS=8 rpmbuild -ta dpdk-1.5.2r2.tar.gz > > There are packages for runtime, static libraries and development. > Once devel package installed, it can be used like this: > make -C /usr/shar

[dpdk-dev] [PATCH 03/16] pkg: add recipe for RPM

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > Packages can be built with: > RPM_BUILD_NCPUS=8 rpmbuild -ta dpdk-1.5.2r2.tar.gz > > There are packages for runtime, static libraries and development. > Once devel package installed, it can be used like this: > make -C /usr/shar

[dpdk-dev] [PATCH 02/16] virtio: rename library

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > In order to distinguish clearly this implementation from the extension > virtio-net-pmd, it is renamed to reflect its usage of uio framework. > > Signed-off-by: Thomas Monjalon Also simple prep work for rpm build. Good idea to distinguis

[dpdk-dev] [PATCH 01/16] tools: rename pci_unbind script

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > In order to make this tool available among other system commands, > the name must be more specific. > > Signed-off-by: Thomas Monjalon Looks reasonable to rename since it's not a generic script. Acked-by: Chris Wright