DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Running inside docker with host networking in privileged mode
@ 2019-06-05  0:57 Chintan Inbay
  2019-06-05 17:02 ` Dheeraj Dang
  0 siblings, 1 reply; 7+ messages in thread
From: Chintan Inbay @ 2019-06-05  0:57 UTC (permalink / raw)
  To: users

Hello DPDK users,

Was anyone able to successfully run a DPDK application in a docker container in privileged mode with host networking ? How do you go about achieving it? Any pointers would be great

Thanks,
Chintan

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

* Re: [dpdk-users] Running inside docker with host networking in privileged mode
  2019-06-05  0:57 [dpdk-users] Running inside docker with host networking in privileged mode Chintan Inbay
@ 2019-06-05 17:02 ` Dheeraj Dang
  2019-06-05 17:36   ` Chintan Inbay
  0 siblings, 1 reply; 7+ messages in thread
From: Dheeraj Dang @ 2019-06-05 17:02 UTC (permalink / raw)
  To: Chintan Inbay; +Cc: users

Hi Chintan

This link might help you

https://github.com/redhat-performance/docker-dpdk


Thanks
Dheeraj Dang


On Wed, 5 Jun, 2019, 6:27 AM Chintan Inbay, <chintaninbay@outlook.com>
wrote:

> Hello DPDK users,
>
> Was anyone able to successfully run a DPDK application in a docker
> container in privileged mode with host networking ? How do you go about
> achieving it? Any pointers would be great
>
> Thanks,
> Chintan
>

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

* Re: [dpdk-users] Running inside docker with host networking in privileged mode
  2019-06-05 17:02 ` Dheeraj Dang
@ 2019-06-05 17:36   ` Chintan Inbay
  2019-06-14 23:23     ` Cliff Burdick
  0 siblings, 1 reply; 7+ messages in thread
From: Chintan Inbay @ 2019-06-05 17:36 UTC (permalink / raw)
  To: Dheeraj Dang; +Cc: users

Hi Dheeraj,

Thank you for the link. This is really old, not sure if it is still applicable? Were you able to try it out?

Thanks,

  *    Chintan

________________________________
From: Dheeraj Dang <dheerajdang138@gmail.com>
Sent: Wednesday, June 5, 2019 10:02 AM
To: Chintan Inbay
Cc: users@dpdk.org
Subject: Re: [dpdk-users] Running inside docker with host networking in privileged mode

Hi Chintan

This link might help you

https://github.com/redhat-performance/docker-dpdk


Thanks
Dheeraj Dang


On Wed, 5 Jun, 2019, 6:27 AM Chintan Inbay, <chintaninbay@outlook.com<mailto:chintaninbay@outlook.com>> wrote:
Hello DPDK users,

Was anyone able to successfully run a DPDK application in a docker container in privileged mode with host networking ? How do you go about achieving it? Any pointers would be great

Thanks,
Chintan

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

* Re: [dpdk-users] Running inside docker with host networking in privileged mode
  2019-06-05 17:36   ` Chintan Inbay
@ 2019-06-14 23:23     ` Cliff Burdick
  2019-06-15 21:07       ` Chintan Inbay
  0 siblings, 1 reply; 7+ messages in thread
From: Cliff Burdick @ 2019-06-14 23:23 UTC (permalink / raw)
  To: Chintan Inbay; +Cc: Dheeraj Dang, users

Hi Chintan, yes, it works using those instructions. If you're using
mellanox cards they have a KB article on doing it using OFED as well.

On Wed, Jun 5, 2019, 10:36 Chintan Inbay <chintaninbay@outlook.com> wrote:

> Hi Dheeraj,
>
> Thank you for the link. This is really old, not sure if it is still
> applicable? Were you able to try it out?
>
> Thanks,
>
>   *    Chintan
>
> ________________________________
> From: Dheeraj Dang <dheerajdang138@gmail.com>
> Sent: Wednesday, June 5, 2019 10:02 AM
> To: Chintan Inbay
> Cc: users@dpdk.org
> Subject: Re: [dpdk-users] Running inside docker with host networking in
> privileged mode
>
> Hi Chintan
>
> This link might help you
>
> https://github.com/redhat-performance/docker-dpdk
>
>
> Thanks
> Dheeraj Dang
>
>
> On Wed, 5 Jun, 2019, 6:27 AM Chintan Inbay, <chintaninbay@outlook.com
> <mailto:chintaninbay@outlook.com>> wrote:
> Hello DPDK users,
>
> Was anyone able to successfully run a DPDK application in a docker
> container in privileged mode with host networking ? How do you go about
> achieving it? Any pointers would be great
>
> Thanks,
> Chintan
>

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

* Re: [dpdk-users] Running inside docker with host networking in privileged mode
  2019-06-14 23:23     ` Cliff Burdick
@ 2019-06-15 21:07       ` Chintan Inbay
  2019-06-15 21:30         ` Cliff Burdick
  0 siblings, 1 reply; 7+ messages in thread
From: Chintan Inbay @ 2019-06-15 21:07 UTC (permalink / raw)
  To: Cliff Burdick; +Cc: Dheeraj Dang, users

Hi Cliff,

Thank you for the info, it is really useful. I’ll search for the KB article.

- Chintan

On Jun 14, 2019, at 4:23 PM, Cliff Burdick <shaklee3@gmail.com<mailto:shaklee3@gmail.com>> wrote:

Hi Chintan, yes, it works using those instructions. If you're using mellanox cards they have a KB article on doing it using OFED as well.

On Wed, Jun 5, 2019, 10:36 Chintan Inbay <chintaninbay@outlook.com<mailto:chintaninbay@outlook.com>> wrote:
Hi Dheeraj,

Thank you for the link. This is really old, not sure if it is still applicable? Were you able to try it out?

Thanks,

  *    Chintan

________________________________
From: Dheeraj Dang <dheerajdang138@gmail.com<mailto:dheerajdang138@gmail.com>>
Sent: Wednesday, June 5, 2019 10:02 AM
To: Chintan Inbay
Cc: users@dpdk.org<mailto:users@dpdk.org>
Subject: Re: [dpdk-users] Running inside docker with host networking in privileged mode

Hi Chintan

This link might help you

https://github.com/redhat-performance/docker-dpdk


Thanks
Dheeraj Dang


On Wed, 5 Jun, 2019, 6:27 AM Chintan Inbay, <chintaninbay@outlook.com<mailto:chintaninbay@outlook.com><mailto:chintaninbay@outlook.com<mailto:chintaninbay@outlook.com>>> wrote:
Hello DPDK users,

Was anyone able to successfully run a DPDK application in a docker container in privileged mode with host networking ? How do you go about achieving it? Any pointers would be great

Thanks,
Chintan

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

* Re: [dpdk-users] Running inside docker with host networking in privileged mode
  2019-06-15 21:07       ` Chintan Inbay
@ 2019-06-15 21:30         ` Cliff Burdick
  2019-06-15 21:37           ` Chintan Inbay
  0 siblings, 1 reply; 7+ messages in thread
From: Cliff Burdick @ 2019-06-15 21:30 UTC (permalink / raw)
  To: Chintan Inbay; +Cc: Dheeraj Dang, users

Hi Chintan, this should get you started. Replace the -all flag with -dpdk
in running ofed:

https://community.mellanox.com/s/article/how-to-create-a-docker-container-with-rdma-accelerated-applications-over-100gb-infiniband-network


On Sat, Jun 15, 2019, 14:08 Chintan Inbay <chintaninbay@outlook.com> wrote:

> Hi Cliff,
>
> Thank you for the info, it is really useful. I’ll search for the KB
> article.
>
> - Chintan
>
> On Jun 14, 2019, at 4:23 PM, Cliff Burdick <shaklee3@gmail.com> wrote:
>
> Hi Chintan, yes, it works using those instructions. If you're using
> mellanox cards they have a KB article on doing it using OFED as well.
>
> On Wed, Jun 5, 2019, 10:36 Chintan Inbay <chintaninbay@outlook.com> wrote:
>
>> Hi Dheeraj,
>>
>> Thank you for the link. This is really old, not sure if it is still
>> applicable? Were you able to try it out?
>>
>> Thanks,
>>
>>   *    Chintan
>>
>> ________________________________
>> From: Dheeraj Dang <dheerajdang138@gmail.com>
>> Sent: Wednesday, June 5, 2019 10:02 AM
>> To: Chintan Inbay
>> Cc: users@dpdk.org
>> Subject: Re: [dpdk-users] Running inside docker with host networking in
>> privileged mode
>>
>> Hi Chintan
>>
>> This link might help you
>>
>> https://github.com/redhat-performance/docker-dpdk
>>
>>
>> Thanks
>> Dheeraj Dang
>>
>>
>> On Wed, 5 Jun, 2019, 6:27 AM Chintan Inbay, <chintaninbay@outlook.com
>> <mailto:chintaninbay@outlook.com>> wrote:
>> Hello DPDK users,
>>
>> Was anyone able to successfully run a DPDK application in a docker
>> container in privileged mode with host networking ? How do you go about
>> achieving it? Any pointers would be great
>>
>> Thanks,
>> Chintan
>>
>

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

* Re: [dpdk-users] Running inside docker with host networking in privileged mode
  2019-06-15 21:30         ` Cliff Burdick
@ 2019-06-15 21:37           ` Chintan Inbay
  0 siblings, 0 replies; 7+ messages in thread
From: Chintan Inbay @ 2019-06-15 21:37 UTC (permalink / raw)
  To: Cliff Burdick; +Cc: Dheeraj Dang, users

Awesome, appreciate the link, Thank you !

On Jun 15, 2019, at 2:31 PM, Cliff Burdick <shaklee3@gmail.com<mailto:shaklee3@gmail.com>> wrote:

Hi Chintan, this should get you started. Replace the -all flag with -dpdk in running ofed:

https://community.mellanox.com/s/article/how-to-create-a-docker-container-with-rdma-accelerated-applications-over-100gb-infiniband-network


On Sat, Jun 15, 2019, 14:08 Chintan Inbay <chintaninbay@outlook.com<mailto:chintaninbay@outlook.com>> wrote:
Hi Cliff,

Thank you for the info, it is really useful. I’ll search for the KB article.

- Chintan

On Jun 14, 2019, at 4:23 PM, Cliff Burdick <shaklee3@gmail.com<mailto:shaklee3@gmail.com>> wrote:

Hi Chintan, yes, it works using those instructions. If you're using mellanox cards they have a KB article on doing it using OFED as well.

On Wed, Jun 5, 2019, 10:36 Chintan Inbay <chintaninbay@outlook.com<mailto:chintaninbay@outlook.com>> wrote:
Hi Dheeraj,

Thank you for the link. This is really old, not sure if it is still applicable? Were you able to try it out?

Thanks,

  *    Chintan

________________________________
From: Dheeraj Dang <dheerajdang138@gmail.com<mailto:dheerajdang138@gmail.com>>
Sent: Wednesday, June 5, 2019 10:02 AM
To: Chintan Inbay
Cc: users@dpdk.org<mailto:users@dpdk.org>
Subject: Re: [dpdk-users] Running inside docker with host networking in privileged mode

Hi Chintan

This link might help you

https://github.com/redhat-performance/docker-dpdk


Thanks
Dheeraj Dang


On Wed, 5 Jun, 2019, 6:27 AM Chintan Inbay, <chintaninbay@outlook.com<mailto:chintaninbay@outlook.com><mailto:chintaninbay@outlook.com<mailto:chintaninbay@outlook.com>>> wrote:
Hello DPDK users,

Was anyone able to successfully run a DPDK application in a docker container in privileged mode with host networking ? How do you go about achieving it? Any pointers would be great

Thanks,
Chintan

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

end of thread, other threads:[~2019-06-15 21:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05  0:57 [dpdk-users] Running inside docker with host networking in privileged mode Chintan Inbay
2019-06-05 17:02 ` Dheeraj Dang
2019-06-05 17:36   ` Chintan Inbay
2019-06-14 23:23     ` Cliff Burdick
2019-06-15 21:07       ` Chintan Inbay
2019-06-15 21:30         ` Cliff Burdick
2019-06-15 21:37           ` Chintan Inbay

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