From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [RFC 0/4] net/ether: improvements
Date: Wed, 15 May 2019 15:19:48 -0700 [thread overview]
Message-ID: <20190515221952.21959-1-stephen@networkplumber.org> (raw)
Message-ID: <20190515221948.jcbECgdmZ3ql0RqmEb4YnrjqfILByOAqAM516RU5gdE@z> (raw)
A bunch of little changes to net/ether
Stephen Hemminger (4):
net/ether: deinline non-critical functions
net/ether: add eth_unformat_addr
ethdev: use eth_unformat_addr
net/ether: use bitops to speedup comparison
lib/librte_ethdev/rte_class_eth.c | 9 +----
lib/librte_net/Makefile | 1 +
lib/librte_net/rte_ether.c | 41 ++++++++++++++++++++++
lib/librte_net/rte_ether.h | 55 ++++++++++++++----------------
lib/librte_net/rte_net_version.map | 9 +++++
5 files changed, 77 insertions(+), 38 deletions(-)
create mode 100644 lib/librte_net/rte_ether.c
--
2.20.1
next reply other threads:[~2019-05-15 22:20 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-15 22:19 Stephen Hemminger [this message]
2019-05-15 22:19 ` Stephen Hemminger
2019-05-15 22:19 ` [dpdk-dev] [RFC 1/4] net/ether: deinline non-critical functions Stephen Hemminger
2019-05-15 22:19 ` Stephen Hemminger
2019-05-16 7:10 ` David Marchand
2019-05-16 7:10 ` David Marchand
2019-05-15 22:19 ` [dpdk-dev] [RFC 2/4] net/ether: add eth_unformat_addr Stephen Hemminger
2019-05-15 22:19 ` Stephen Hemminger
2019-05-16 7:28 ` David Marchand
2019-05-16 7:28 ` David Marchand
2019-05-15 22:19 ` [dpdk-dev] [RFC 3/4] ethdev: use eth_unformat_addr Stephen Hemminger
2019-05-15 22:19 ` Stephen Hemminger
2019-05-16 7:32 ` David Marchand
2019-05-16 7:32 ` David Marchand
2019-05-16 10:19 ` Bruce Richardson
2019-05-16 10:19 ` Bruce Richardson
2019-05-15 22:19 ` [dpdk-dev] [RFC 4/4] net/ether: use bitops to speedup comparison Stephen Hemminger
2019-05-15 22:19 ` Stephen Hemminger
2019-05-16 9:03 ` Mattias Rönnblom
2019-05-16 9:03 ` Mattias Rönnblom
2019-05-16 15:32 ` Stephen Hemminger
2019-05-16 16:03 ` Bruce Richardson
2019-05-16 16:06 ` Stephen Hemminger
2019-05-16 16:07 ` Bruce Richardson
2019-05-16 16:36 ` Bruce Richardson
2019-05-16 17:04 ` Stephen Hemminger
2019-05-16 20:37 ` Bruce Richardson
2019-05-16 20:41 ` Bruce Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190515221952.21959-1-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).