* [dpdk-dev] [Bug 438] memif sock does not honor file-prefix
@ 2020-04-04 2:42 bugzilla
2020-04-04 16:54 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2020-04-04 2:42 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=438
Bug ID: 438
Summary: memif sock does not honor file-prefix
Product: DPDK
Version: 20.02
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: vipin.varghese@intel.com
Target Milestone: ---
CMD: ./build/l2fwd --vdev=net_tap0 --vdev=net_memif,role=master -l 8,51
--socket-mem=104,0 --socket-limit=1024,0 --file-prefix=custom
--proc-type=primary --no-pci -- -p 0x3 -T 1
Issue: start DPDK application with memif.
observation:
`
EAL: Multi-process socket /var/run/dpdk/custom/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
memif_socket_create(): Failed to setup socket /run/memif.sock: Address already
in use
`
expectation: memif sock interface is to be in `/run/dpdk/custom/memif.sock` and
not `/run/memif.sock`
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [Bug 438] memif sock does not honor file-prefix
2020-04-04 2:42 [dpdk-dev] [Bug 438] memif sock does not honor file-prefix bugzilla
@ 2020-04-04 16:54 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2020-04-04 16:54 UTC (permalink / raw)
To: bugzilla; +Cc: dev
On Sat, 04 Apr 2020 02:42:15 +0000
bugzilla@dpdk.org wrote:
> https://bugs.dpdk.org/show_bug.cgi?id=438
>
> Bug ID: 438
> Summary: memif sock does not honor file-prefix
> Product: DPDK
> Version: 20.02
> Hardware: x86
> OS: Linux
> Status: UNCONFIRMED
> Severity: normal
> Priority: Normal
> Component: ethdev
> Assignee: dev@dpdk.org
> Reporter: vipin.varghese@intel.com
> Target Milestone: ---
>
> CMD: ./build/l2fwd --vdev=net_tap0 --vdev=net_memif,role=master -l 8,51
> --socket-mem=104,0 --socket-limit=1024,0 --file-prefix=custom
> --proc-type=primary --no-pci -- -p 0x3 -T 1
>
> Issue: start DPDK application with memif.
>
>
> observation:
> `
> EAL: Multi-process socket /var/run/dpdk/custom/mp_socket
> EAL: Selected IOVA mode 'VA'
> EAL: Probing VFIO support...
> memif_socket_create(): Failed to setup socket /run/memif.sock: Address already
> in use
> `
>
> expectation: memif sock interface is to be in `/run/dpdk/custom/memif.sock` and
> not `/run/memif.sock`
If it just used abstract socket type it would not have this problem.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-04 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 2:42 [dpdk-dev] [Bug 438] memif sock does not honor file-prefix bugzilla
2020-04-04 16:54 ` Stephen Hemminger
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).