dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] only call iopl when necessary
@ 2014-08-26 14:11 David Marchand
       [not found] ` <1409062300-17004-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: David Marchand @ 2014-08-26 14:11 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

This patch series is just a little clean up to remove the unconditionnal call to
iopl on linux.
Rather than call iopl() at the eal level, let the PMD that needs it call
rte_eal_iopl_init().

-- 
David Marchand

David Marchand (3):
  eal/bsd: fix fd leak
  eal: don't call rte_eal_iopl_init unconditionnally
  eal: remove unused flags field

 lib/librte_eal/bsdapp/eal/eal.c         |    6 ++----
 lib/librte_eal/common/include/rte_eal.h |   17 +++++++++++------
 lib/librte_eal/linuxapp/eal/eal.c       |   11 ++++-------
 lib/librte_pmd_virtio/virtio_ethdev.c   |   15 ++++++++-------
 4 files changed, 25 insertions(+), 24 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-09-29 12:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 14:11 [PATCH RFC 0/3] only call iopl when necessary David Marchand
     [not found] ` <1409062300-17004-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-08-26 14:11   ` [PATCH RFC 1/3] eal/bsd: fix fd leak David Marchand
     [not found]     ` <1409062300-17004-2-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-09-25 10:17       ` Thomas Monjalon
2014-08-26 14:11   ` [PATCH RFC 2/3] eal: don't call rte_eal_iopl_init unconditionnally David Marchand
     [not found]     ` <1409062300-17004-3-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-08-27 17:26       ` Xie, Huawei
2014-08-26 14:11   ` [PATCH RFC 3/3] eal: remove unused flags field David Marchand
2014-08-27  9:22   ` [PATCH RFC 0/3] only call iopl when necessary Xie, Huawei
     [not found]     ` <C37D651A908B024F974696C65296B57B0F27CBA6-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-08-27  9:34       ` David Marchand
     [not found]         ` <CALwxeUvLCsAcQuxyRz-cES5GSnS9ApBQNbh4c9OFvW=UQL3+hg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-08-27  9:57           ` Xie, Huawei
     [not found]             ` <C37D651A908B024F974696C65296B57B0F27CC9A-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-08-27 10:04               ` David Marchand
     [not found]                 ` <CALwxeUvB0XKr7AUGHLDh6NgsEmGWkELOAX=NQMDk5FML7Ptbmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-08-27 10:09                   ` Xie, Huawei
     [not found]                     ` <C37D651A908B024F974696C65296B57B0F27CCED-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-08-27 10:24                       ` Thomas Monjalon
2014-08-27 21:22       ` Patel, Rashmin N
     [not found]         ` <C68F1134885B32458704E1E4DA3E34F341A2D6DF-AtyAts71sc9qS6EAlXoojrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-08-27 22:12           ` Stephen Hemminger
2014-09-29 12:44   ` Thomas Monjalon

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).