search for: uefi_spec_2_3_1

Displaying 6 results from an estimated 6 matches for "uefi_spec_2_3_1".

2013 Nov 10
2
syslinux.efi pxeboot across multiple subnets
On Sat, Nov 9, 2013 at 9:22 AM, Jason Matthews <jason.david.matthews at gmail.com> wrote: > The setup I was using was in a chassis. Slot 8 of the chassis is the client > machine. It goes through Switch 1 (a Brocade switch) to the top of rack > (BNT). The mirror is in the chassis switch. Slot 3 of the same chassis is > connected to the mirror port in Switch 1. > > client =
2013 Nov 09
2
syslinux.efi pxeboot across multiple subnets
On Sat, Nov 9, 2013 at 11:33 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Sat, Nov 9, 2013 at 11:20 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Fri, Nov 8, 2013 at 5:08 PM, Jason Matthews >> <jason.david.matthews at gmail.com> wrote: >>> I attempted the patch, but had to add a declaration to get it to compile. I >>> also added the
2013 Nov 11
2
syslinux.efi pxeboot across multiple subnets
...ort. core_udp_sendto sets the remote port. From > there, I'm never getting into core_udp_send or core_udp_connect. After > core_udp_sendto, I go into core_udp_recv, hit the jiffies() loop, time out > and bail to repeat the same process until reset. > > Thanks for pointing out the UEFI_Spec_2_3_1.pdf. It help me get a little > more grasp on what's happening. I set it to use the Default Address. If you > set UseDefaultAddress to true and comment out the lines setting > StationAddress and SubnetMask, it takes a second to pull the dhcp info so I > had to put the udp->Configu...
2013 Nov 09
0
syslinux.efi pxeboot across multiple subnets
...nd > stores all three for core_udp_send(). core_udp_send() should only > copy the local/remote IP address/UDP port and GatewayAddress, then set > the other flags/values as needed. > > Now to get core_udp_connect() to calculate/store the values for reuse. > > -- > -Gene Per UEFI_Spec_2_3_1.pdf p1342, GatewayAddress is only to override the existing routing table. In my opinion, it should never need to be touched. This smells of a broken UEFI implementation on your servers. I guess it's time for a test build that dumps your route table. -- -Gene
2013 Nov 11
0
syslinux.efi pxeboot across multiple subnets
...ocket->net.efi.localport. core_udp_sendto sets the remote port. From there, I'm never getting into core_udp_send or core_udp_connect. After core_udp_sendto, I go into core_udp_recv, hit the jiffies() loop, time out and bail to repeat the same process until reset. Thanks for pointing out the UEFI_Spec_2_3_1.pdf. It help me get a little more grasp on what's happening. I set it to use the Default Address. If you set UseDefaultAddress to true and comment out the lines setting StationAddress and SubnetMask, it takes a second to pull the dhcp info so I had to put the udp->Configure line in a loop un...
2013 Nov 13
0
syslinux.efi pxeboot across multiple subnets
...remote port. From > > there, I'm never getting into core_udp_send or core_udp_connect. After > > core_udp_sendto, I go into core_udp_recv, hit the jiffies() loop, time > out > > and bail to repeat the same process until reset. > > > > Thanks for pointing out the UEFI_Spec_2_3_1.pdf. It help me get a little > > more grasp on what's happening. I set it to use the Default Address. If > you > > set UseDefaultAddress to true and comment out the lines setting > > StationAddress and SubnetMask, it takes a second to pull the dhcp info > so I > >...