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
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_
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
* 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
* 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
* 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
* 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
* 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
* 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
9 matches
Mail list logo