All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Problem with ntb_transport + ntb_netdev
       [not found] <360341483979222@web10o.yandex.ru>
@ 2017-01-10 22:03 ` Jon Mason
  2017-01-10 22:24   ` Dave Jiang
  0 siblings, 1 reply; 10+ messages in thread
From: Jon Mason @ 2017-01-10 22:03 UTC (permalink / raw)
  To: perplexus, linux-ntb

Adding the NTB mailing list

On Mon, Jan 9, 2017 at 11:27 AM, perplexus <perplexus@ya.ru> wrote:
> Hello.
>
> I'm working with NTB (kernel version 4.10) on Xeon D-1527 CPU and have a problem with couple ntb_transport + ntb_netdev.
>
> On the local side I run:
> sudo /etc/init.d/irqbalance stop
> sudo modprobe ntb_transport dyndbg=+p
> sudo modprobe ntb_netdev dyndbg=+p
> sudo ifconfig eth0 192.168.1.1 up
>
> On the remote side I run:
> sudo /etc/init.d/irqbalance stop
> sudo modprobe ntb_transport dyndbg=+p
> sudo modprobe ntb_netdev dyndbg=+p
> sudo ifconfig eth0 192.168.1.2 up
>
> Along with these steps I run ping 192.168.1.2 and get about 2-3 successfull transmitted/received packets then get 'Destination host unreacheble'.
>

Do pings in the other direction work?

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-10 22:03 ` Problem with ntb_transport + ntb_netdev Jon Mason
@ 2017-01-10 22:24   ` Dave Jiang
  2017-01-11 10:08     ` shlemisto
  0 siblings, 1 reply; 10+ messages in thread
From: Dave Jiang @ 2017-01-10 22:24 UTC (permalink / raw)
  To: Jon Mason, perplexus, linux-ntb

On 01/10/2017 03:03 PM, Jon Mason wrote:
> Adding the NTB mailing list
> 
> On Mon, Jan 9, 2017 at 11:27 AM, perplexus <perplexus@ya.ru> wrote:
>> Hello.
>>
>> I'm working with NTB (kernel version 4.10) on Xeon D-1527 CPU and have a problem with couple ntb_transport + ntb_netdev.
>>
>> On the local side I run:
>> sudo /etc/init.d/irqbalance stop
>> sudo modprobe ntb_transport dyndbg=+p
>> sudo modprobe ntb_netdev dyndbg=+p
>> sudo ifconfig eth0 192.168.1.1 up
>>
>> On the remote side I run:
>> sudo /etc/init.d/irqbalance stop
>> sudo modprobe ntb_transport dyndbg=+p
>> sudo modprobe ntb_netdev dyndbg=+p
>> sudo ifconfig eth0 192.168.1.2 up
>>
>> Along with these steps I run ping 192.168.1.2 and get about 2-3 successfull transmitted/received packets then get 'Destination host unreacheble'.
>>
> 
> Do pings in the other direction work?
> 
How are the NTBs connected? Where did the get the hardware? Also can you
dump the stats in debugfs? And which distro are you running? Sometimes
Network Manager will yank the IP for no reason if you don't configure it
correctly and thus your interface can't route.

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-10 22:24   ` Dave Jiang
@ 2017-01-11 10:08     ` shlemisto
  2017-01-11 15:27       ` shlemisto
  2017-01-11 16:42       ` Dave Jiang
  0 siblings, 2 replies; 10+ messages in thread
From: shlemisto @ 2017-01-11 10:08 UTC (permalink / raw)
  To: linux-ntb; +Cc: jdmason, perplexus


[-- Attachment #1.1: Type: text/plain, Size: 2057 bytes --]

> Do pings in the other direction work? 
Similarly
>How are the NTBs connected?
B2B
>And which distro are you running?
Ubuntu 16.10 with kernel 4.10.0-rc1 from git
>  Sometimes 
Network Manager will yank the IP for no reason if you don't configure it 
correctly and thus your interface can't route.
I stop network-manager service before load the modules and set IP manually.

> Also can you dump the stats in debugfs?
ntb_hw_intel_info_1 <http://pastebin.com/eyMZzSik> - one side
ntb_hw_intel_info_2 <http://pastebin.com/vF94zLBk> - second side
ntb_transport_info_1 <http://pastebin.com/Ktq1yAqa> - one side
ntb_transport_info_2 <http://pastebin.com/w8r08ezB> - second side

среда, 11 января 2017 г., 1:24:17 UTC+3 пользователь dave.jiang написал:
>
> On 01/10/2017 03:03 PM, Jon Mason wrote: 
> > Adding the NTB mailing list 
> > 
> > On Mon, Jan 9, 2017 at 11:27 AM, perplexus <perp...@ya.ru <javascript:>> 
> wrote: 
> >> Hello. 
> >> 
> >> I'm working with NTB (kernel version 4.10) on Xeon D-1527 CPU and have 
> a problem with couple ntb_transport + ntb_netdev. 
> >> 
> >> On the local side I run: 
> >> sudo /etc/init.d/irqbalance stop 
> >> sudo modprobe ntb_transport dyndbg=+p 
> >> sudo modprobe ntb_netdev dyndbg=+p 
> >> sudo ifconfig eth0 192.168.1.1 up 
> >> 
> >> On the remote side I run: 
> >> sudo /etc/init.d/irqbalance stop 
> >> sudo modprobe ntb_transport dyndbg=+p 
> >> sudo modprobe ntb_netdev dyndbg=+p 
> >> sudo ifconfig eth0 192.168.1.2 up 
> >> 
> >> Along with these steps I run ping 192.168.1.2 and get about 2-3 
> successfull transmitted/received packets then get 'Destination host 
> unreacheble'. 
> >> 
> > 
> > Do pings in the other direction work? 
> > 
> How are the NTBs connected? Where did the get the hardware? Also can you 
> dump the stats in debugfs? And which distro are you running? Sometimes 
> Network Manager will yank the IP for no reason if you don't configure it 
> correctly and thus your interface can't route. 
>

[-- Attachment #1.2: Type: text/html, Size: 2806 bytes --]

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-11 10:08     ` shlemisto
@ 2017-01-11 15:27       ` shlemisto
  2017-01-11 16:42       ` Dave Jiang
  1 sibling, 0 replies; 10+ messages in thread
From: shlemisto @ 2017-01-11 15:27 UTC (permalink / raw)
  To: linux-ntb


[-- Attachment #1.1: Type: text/plain, Size: 36 bytes --]

dmesg <http://pastebin.com/KwRZFBZC>

[-- Attachment #1.2: Type: text/html, Size: 48 bytes --]

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-11 10:08     ` shlemisto
  2017-01-11 15:27       ` shlemisto
@ 2017-01-11 16:42       ` Dave Jiang
  2017-01-11 16:45         ` Dave Jiang
  1 sibling, 1 reply; 10+ messages in thread
From: Dave Jiang @ 2017-01-11 16:42 UTC (permalink / raw)
  To: shlemisto, linux-ntb; +Cc: jdmason, perplexus



On 01/11/2017 03:08 AM, shlemisto@gmail.com wrote:
>> Do pings in the other direction work? 
> Similarly
>>How are the NTBs connected?
> B2B
>>And which distro are you running?
> Ubuntu 16.10 with kernel 4.10.0-rc1 from git
>>  Sometimes 
> Network Manager will yank the IP for no reason if you don't configure it 
> correctly and thus your interface can't route.
> I stop network-manager service before load the modules and set IP manually.
> 
>> Also can you dump the stats in debugfs?
> ntb_hw_intel_info_1 <http://pastebin.com/eyMZzSik> - one side
> ntb_hw_intel_info_2 <http://pastebin.com/vF94zLBk> - second side
> ntb_transport_info_1 <http://pastebin.com/Ktq1yAqa> - one side
> ntb_transport_info_2 <http://pastebin.com/w8r08ezB> - second side

Your secondary BAR2 size is not the same as your primary. They both need
to be 22. Also all the upstream memory miss is concerning. You should
have none. You may have signal integrity issues. But fix the bar size
first and see if that helps.

> 
> среда, 11 января 2017 г., 1:24:17 UTC+3 пользователь dave.jiang написал:
> 
>     On 01/10/2017 03:03 PM, Jon Mason wrote:
>     > Adding the NTB mailing list
>     >
>     > On Mon, Jan 9, 2017 at 11:27 AM, perplexus <perp...@ya.ru
>     <javascript:>> wrote:
>     >> Hello.
>     >>
>     >> I'm working with NTB (kernel version 4.10) on Xeon D-1527 CPU and
>     have a problem with couple ntb_transport + ntb_netdev.
>     >>
>     >> On the local side I run:
>     >> sudo /etc/init.d/irqbalance stop
>     >> sudo modprobe ntb_transport dyndbg=+p
>     >> sudo modprobe ntb_netdev dyndbg=+p
>     >> sudo ifconfig eth0 192.168.1.1 up
>     >>
>     >> On the remote side I run:
>     >> sudo /etc/init.d/irqbalance stop
>     >> sudo modprobe ntb_transport dyndbg=+p
>     >> sudo modprobe ntb_netdev dyndbg=+p
>     >> sudo ifconfig eth0 192.168.1.2 up
>     >>
>     >> Along with these steps I run ping 192.168.1.2 and get about 2-3
>     successfull transmitted/received packets then get 'Destination host
>     unreacheble'.
>     >>
>     >
>     > Do pings in the other direction work?
>     >
>     How are the NTBs connected? Where did the get the hardware? Also can
>     you
>     dump the stats in debugfs? And which distro are you running? Sometimes
>     Network Manager will yank the IP for no reason if you don't
>     configure it
>     correctly and thus your interface can't route.
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "linux-ntb" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to linux-ntb+unsubscribe@googlegroups.com
> <mailto:linux-ntb+unsubscribe@googlegroups.com>.
> To post to this group, send email to linux-ntb@googlegroups.com
> <mailto:linux-ntb@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com
> <https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-11 16:42       ` Dave Jiang
@ 2017-01-11 16:45         ` Dave Jiang
  2017-01-12 10:28           ` shlemisto
  2017-01-12 15:29           ` shlemisto
  0 siblings, 2 replies; 10+ messages in thread
From: Dave Jiang @ 2017-01-11 16:45 UTC (permalink / raw)
  To: linux-ntb



On 01/11/2017 09:42 AM, Dave Jiang wrote:
> 
> 
> On 01/11/2017 03:08 AM, shlemisto@gmail.com wrote:
>>> Do pings in the other direction work? 
>> Similarly
>>> How are the NTBs connected?
>> B2B
>>> And which distro are you running?
>> Ubuntu 16.10 with kernel 4.10.0-rc1 from git
>>>  Sometimes 
>> Network Manager will yank the IP for no reason if you don't configure it 
>> correctly and thus your interface can't route.
>> I stop network-manager service before load the modules and set IP manually.
>>
>>> Also can you dump the stats in debugfs?
>> ntb_hw_intel_info_1 <http://pastebin.com/eyMZzSik> - one side
>> ntb_hw_intel_info_2 <http://pastebin.com/vF94zLBk> - second side
>> ntb_transport_info_1 <http://pastebin.com/Ktq1yAqa> - one side
>> ntb_transport_info_2 <http://pastebin.com/w8r08ezB> - second side
> 
> Your secondary BAR2 size is not the same as your primary. They both need
> to be 22. Also all the upstream memory miss is concerning. You should
> have none. You may have signal integrity issues. But fix the bar size
> first and see if that helps.

Also, if you are using Broadwell Xeon D, you should use the kernel from
here and not upstream.
https://github.com/davejiang/linux
branch: davejiang/ntb



> 
>>
>> среда, 11 января 2017 г., 1:24:17 UTC+3 пользователь dave.jiang написал:
>>
>>     On 01/10/2017 03:03 PM, Jon Mason wrote:
>>     > Adding the NTB mailing list
>>     >
>>     > On Mon, Jan 9, 2017 at 11:27 AM, perplexus <perp...@ya.ru
>>     <javascript:>> wrote:
>>     >> Hello.
>>     >>
>>     >> I'm working with NTB (kernel version 4.10) on Xeon D-1527 CPU and
>>     have a problem with couple ntb_transport + ntb_netdev.
>>     >>
>>     >> On the local side I run:
>>     >> sudo /etc/init.d/irqbalance stop
>>     >> sudo modprobe ntb_transport dyndbg=+p
>>     >> sudo modprobe ntb_netdev dyndbg=+p
>>     >> sudo ifconfig eth0 192.168.1.1 up
>>     >>
>>     >> On the remote side I run:
>>     >> sudo /etc/init.d/irqbalance stop
>>     >> sudo modprobe ntb_transport dyndbg=+p
>>     >> sudo modprobe ntb_netdev dyndbg=+p
>>     >> sudo ifconfig eth0 192.168.1.2 up
>>     >>
>>     >> Along with these steps I run ping 192.168.1.2 and get about 2-3
>>     successfull transmitted/received packets then get 'Destination host
>>     unreacheble'.
>>     >>
>>     >
>>     > Do pings in the other direction work?
>>     >
>>     How are the NTBs connected? Where did the get the hardware? Also can
>>     you
>>     dump the stats in debugfs? And which distro are you running? Sometimes
>>     Network Manager will yank the IP for no reason if you don't
>>     configure it
>>     correctly and thus your interface can't route.
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "linux-ntb" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email to linux-ntb+unsubscribe@googlegroups.com
>> <mailto:linux-ntb+unsubscribe@googlegroups.com>.
>> To post to this group, send email to linux-ntb@googlegroups.com
>> <mailto:linux-ntb@googlegroups.com>.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com
>> <https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com?utm_medium=email&utm_source=footer>.
>> For more options, visit https://groups.google.com/d/optout.
> 

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-11 16:45         ` Dave Jiang
@ 2017-01-12 10:28           ` shlemisto
  2017-01-12 15:29           ` shlemisto
  1 sibling, 0 replies; 10+ messages in thread
From: shlemisto @ 2017-01-12 10:28 UTC (permalink / raw)
  To: linux-ntb

[-- Attachment #1: Type: text/plain, Size: 32 bytes --]

Both bars size are equal to 22. 

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-11 16:45         ` Dave Jiang
  2017-01-12 10:28           ` shlemisto
@ 2017-01-12 15:29           ` shlemisto
  2017-01-12 16:37             ` Dave Jiang
  1 sibling, 1 reply; 10+ messages in thread
From: shlemisto @ 2017-01-12 15:29 UTC (permalink / raw)
  To: linux-ntb


[-- Attachment #1.1: Type: text/plain, Size: 4172 bytes --]

I built this kernel.
Unfortunately link doesn't train.

ntb_hw_intel_1 <http://pastebin.com/ZvCK9yu5> - 1'st side
ntb_hw_intel_2 <http://pastebin.com/p8BJ83pv> - 2'nd side

среда, 11 января 2017 г., 19:45:05 UTC+3 пользователь dave.jiang написал:
>
>
>
> On 01/11/2017 09:42 AM, Dave Jiang wrote: 
> > 
> > 
> > On 01/11/2017 03:08 AM, shle...@gmail.com <javascript:> wrote: 
> >>> Do pings in the other direction work? 
> >> Similarly 
> >>> How are the NTBs connected? 
> >> B2B 
> >>> And which distro are you running? 
> >> Ubuntu 16.10 with kernel 4.10.0-rc1 from git 
> >>>  Sometimes 
> >> Network Manager will yank the IP for no reason if you don't configure 
> it 
> >> correctly and thus your interface can't route. 
> >> I stop network-manager service before load the modules and set IP 
> manually. 
> >> 
> >>> Also can you dump the stats in debugfs? 
> >> ntb_hw_intel_info_1 <http://pastebin.com/eyMZzSik> - one side 
> >> ntb_hw_intel_info_2 <http://pastebin.com/vF94zLBk> - second side 
> >> ntb_transport_info_1 <http://pastebin.com/Ktq1yAqa> - one side 
> >> ntb_transport_info_2 <http://pastebin.com/w8r08ezB> - second side 
> > 
> > Your secondary BAR2 size is not the same as your primary. They both need 
> > to be 22. Also all the upstream memory miss is concerning. You should 
> > have none. You may have signal integrity issues. But fix the bar size 
> > first and see if that helps. 
>
> Also, if you are using Broadwell Xeon D, you should use the kernel from 
> here and not upstream. 
> https://github.com/davejiang/linux 
> branch: davejiang/ntb 
>
>
>
> > 
> >> 
> >> среда, 11 января 2017 г., 1:24:17 UTC+3 пользователь dave.jiang 
> написал: 
> >> 
> >>     On 01/10/2017 03:03 PM, Jon Mason wrote: 
> >>     > Adding the NTB mailing list 
> >>     > 
> >>     > On Mon, Jan 9, 2017 at 11:27 AM, perplexus <perp...@ya.ru 
> >>     <javascript:>> wrote: 
> >>     >> Hello. 
> >>     >> 
> >>     >> I'm working with NTB (kernel version 4.10) on Xeon D-1527 CPU 
> and 
> >>     have a problem with couple ntb_transport + ntb_netdev. 
> >>     >> 
> >>     >> On the local side I run: 
> >>     >> sudo /etc/init.d/irqbalance stop 
> >>     >> sudo modprobe ntb_transport dyndbg=+p 
> >>     >> sudo modprobe ntb_netdev dyndbg=+p 
> >>     >> sudo ifconfig eth0 192.168.1.1 up 
> >>     >> 
> >>     >> On the remote side I run: 
> >>     >> sudo /etc/init.d/irqbalance stop 
> >>     >> sudo modprobe ntb_transport dyndbg=+p 
> >>     >> sudo modprobe ntb_netdev dyndbg=+p 
> >>     >> sudo ifconfig eth0 192.168.1.2 up 
> >>     >> 
> >>     >> Along with these steps I run ping 192.168.1.2 and get about 2-3 
> >>     successfull transmitted/received packets then get 'Destination host 
> >>     unreacheble'. 
> >>     >> 
> >>     > 
> >>     > Do pings in the other direction work? 
> >>     > 
> >>     How are the NTBs connected? Where did the get the hardware? Also 
> can 
> >>     you 
> >>     dump the stats in debugfs? And which distro are you running? 
> Sometimes 
> >>     Network Manager will yank the IP for no reason if you don't 
> >>     configure it 
> >>     correctly and thus your interface can't route. 
> >> 
> >> -- 
> >> You received this message because you are subscribed to the Google 
> >> Groups "linux-ntb" group. 
> >> To unsubscribe from this group and stop receiving emails from it, send 
> >> an email to linux-ntb+...@googlegroups.com <javascript:> 
> >> <mailto:linux-ntb+...@googlegroups.com <javascript:>>. 
> >> To post to this group, send email to linu...@googlegroups.com 
> <javascript:> 
> >> <mailto:linu...@googlegroups.com <javascript:>>. 
> >> To view this discussion on the web visit 
> >> 
> https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com 
> >> <
> https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com?utm_medium=email&utm_source=footer>. 
>
> >> For more options, visit https://groups.google.com/d/optout. 
> > 
>

[-- Attachment #1.2: Type: text/html, Size: 9720 bytes --]

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-12 15:29           ` shlemisto
@ 2017-01-12 16:37             ` Dave Jiang
  2017-01-12 16:58               ` shlemisto
  0 siblings, 1 reply; 10+ messages in thread
From: Dave Jiang @ 2017-01-12 16:37 UTC (permalink / raw)
  To: shlemisto, linux-ntb

Need to see your dmesg with dyndbg for the ntb_hw_intel.ko but your
SBAR23SZ is still wrong. You are not configuring the secondary BAR2/3
size correctly in BIOS. Can you provide all your NTB BIOS config options?

On 01/12/2017 08:29 AM, shlemisto@gmail.com wrote:
> I built this kernel.
> Unfortunately link doesn't train.
> 
> ntb_hw_intel_1 <http://pastebin.com/ZvCK9yu5> - 1'st side
> ntb_hw_intel_2 <http://pastebin.com/p8BJ83pv> - 2'nd side
> 
> среда, 11 января 2017 г., 19:45:05 UTC+3 пользователь dave.jiang написал:
> 
> 
> 
>     On 01/11/2017 09:42 AM, Dave Jiang wrote:
>     >
>     >
>     > On 01/11/2017 03:08 AM, shle...@gmail.com <javascript:> wrote:
>     >>> Do pings in the other direction work?
>     >> Similarly
>     >>> How are the NTBs connected?
>     >> B2B
>     >>> And which distro are you running?
>     >> Ubuntu 16.10 with kernel 4.10.0-rc1 from git
>     >>>  Sometimes
>     >> Network Manager will yank the IP for no reason if you don't
>     configure it
>     >> correctly and thus your interface can't route.
>     >> I stop network-manager service before load the modules and set IP
>     manually.
>     >>
>     >>> Also can you dump the stats in debugfs?
>     >> ntb_hw_intel_info_1 <http://pastebin.com/eyMZzSik> - one side
>     >> ntb_hw_intel_info_2 <http://pastebin.com/vF94zLBk> - second side
>     >> ntb_transport_info_1 <http://pastebin.com/Ktq1yAqa> - one side
>     >> ntb_transport_info_2 <http://pastebin.com/w8r08ezB> - second side
>     >
>     > Your secondary BAR2 size is not the same as your primary. They
>     both need
>     > to be 22. Also all the upstream memory miss is concerning. You should
>     > have none. You may have signal integrity issues. But fix the bar size
>     > first and see if that helps.
> 
>     Also, if you are using Broadwell Xeon D, you should use the kernel from
>     here and not upstream.
>     https://github.com/davejiang/linux <https://github.com/davejiang/linux>
>     branch: davejiang/ntb
> 
> 
> 
>     >
>     >>
>     >> среда, 11 января 2017 г., 1:24:17 UTC+3 пользователь dave.jiang
>     написал:
>     >>
>     >>     On 01/10/2017 03:03 PM, Jon Mason wrote:
>     >>     > Adding the NTB mailing list
>     >>     >
>     >>     > On Mon, Jan 9, 2017 at 11:27 AM, perplexus <perp...@ya.ru
>     >>     <javascript:>> wrote:
>     >>     >> Hello.
>     >>     >>
>     >>     >> I'm working with NTB (kernel version 4.10) on Xeon D-1527
>     CPU and
>     >>     have a problem with couple ntb_transport + ntb_netdev.
>     >>     >>
>     >>     >> On the local side I run:
>     >>     >> sudo /etc/init.d/irqbalance stop
>     >>     >> sudo modprobe ntb_transport dyndbg=+p
>     >>     >> sudo modprobe ntb_netdev dyndbg=+p
>     >>     >> sudo ifconfig eth0 192.168.1.1 up
>     >>     >>
>     >>     >> On the remote side I run:
>     >>     >> sudo /etc/init.d/irqbalance stop
>     >>     >> sudo modprobe ntb_transport dyndbg=+p
>     >>     >> sudo modprobe ntb_netdev dyndbg=+p
>     >>     >> sudo ifconfig eth0 192.168.1.2 up
>     >>     >>
>     >>     >> Along with these steps I run ping 192.168.1.2 and get
>     about 2-3
>     >>     successfull transmitted/received packets then get
>     'Destination host
>     >>     unreacheble'.
>     >>     >>
>     >>     >
>     >>     > Do pings in the other direction work?
>     >>     >
>     >>     How are the NTBs connected? Where did the get the hardware?
>     Also can
>     >>     you
>     >>     dump the stats in debugfs? And which distro are you running?
>     Sometimes
>     >>     Network Manager will yank the IP for no reason if you don't
>     >>     configure it
>     >>     correctly and thus your interface can't route.
>     >>
>     >> --
>     >> You received this message because you are subscribed to the Google
>     >> Groups "linux-ntb" group.
>     >> To unsubscribe from this group and stop receiving emails from it,
>     send
>     >> an email to linux-ntb+...@googlegroups.com <javascript:>
>     >> <mailto:linux-ntb+...@googlegroups.com <javascript:>>.
>     >> To post to this group, send email to linu...@googlegroups.com
>     <javascript:>
>     >> <mailto:linu...@googlegroups.com <javascript:>>.
>     >> To view this discussion on the web visit
>     >>
>     https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com
>     <https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com>
> 
>     >>
>     <https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com?utm_medium=email&utm_source=footer
>     <https://groups.google.com/d/msgid/linux-ntb/c18c3dc2-d242-4352-946e-931ff13e1d28%40googlegroups.com?utm_medium=email&utm_source=footer>>.
> 
>     >> For more options, visit https://groups.google.com/d/optout
>     <https://groups.google.com/d/optout>.
>     >
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "linux-ntb" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to linux-ntb+unsubscribe@googlegroups.com
> <mailto:linux-ntb+unsubscribe@googlegroups.com>.
> To post to this group, send email to linux-ntb@googlegroups.com
> <mailto:linux-ntb@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/linux-ntb/1d63eddd-e9b2-4023-8e0c-6bc658633b9a%40googlegroups.com
> <https://groups.google.com/d/msgid/linux-ntb/1d63eddd-e9b2-4023-8e0c-6bc658633b9a%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

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

* Re: Problem with ntb_transport + ntb_netdev
  2017-01-12 16:37             ` Dave Jiang
@ 2017-01-12 16:58               ` shlemisto
  0 siblings, 0 replies; 10+ messages in thread
From: shlemisto @ 2017-01-12 16:58 UTC (permalink / raw)
  To: linux-ntb

[-- Attachment #1: Type: text/plain, Size: 58 bytes --]

>  your SBAR23SZ is still wrong. 
Oh, thank you. It works!

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

end of thread, other threads:[~2017-01-12 16:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <360341483979222@web10o.yandex.ru>
2017-01-10 22:03 ` Problem with ntb_transport + ntb_netdev Jon Mason
2017-01-10 22:24   ` Dave Jiang
2017-01-11 10:08     ` shlemisto
2017-01-11 15:27       ` shlemisto
2017-01-11 16:42       ` Dave Jiang
2017-01-11 16:45         ` Dave Jiang
2017-01-12 10:28           ` shlemisto
2017-01-12 15:29           ` shlemisto
2017-01-12 16:37             ` Dave Jiang
2017-01-12 16:58               ` shlemisto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.