On 03/14/2016 12:58 PM, [email protected] wrote:
Hi everyone,
Currently we are  upgrading EDK2  from   UDK2010 to UDK2015  . During 
integration process we have  noticed   that file  
//workspace/MdeModulePkg/Include/GUID/NicIp4ConfigNvData no more available in 
UDK2015.  NicIp4ConfigNvData file contains   data structures NIC_ADDR and 
NIC_IP4_CONFIG_INFO  which are   widely used  for all our  network access 
functionalities .

Note: I   am  aware of  that  in new design,  EFI_IP4_CONFIG_PROTOCOL has been 
replaced with EFI_IP4_CONFIG2_PROTOCOL  ,  my question is that if any different 
 data structures or interfaces
replaced for  NIC_ADDR and NIC_IP4_CONFIG_INFO .


Hi Senthil,

The protocol that used NIC_ADDR and NIC_IP4_CONFIG_INFO (EFI_NIC_IP4_CONFIG_PROTOCOL) is no longer defined in the spec. Based on my (somewhat limited) understanding, it looks as though EFI_IP4_CONFIG/2_PROTOCOL replaced/expanded it. There is a structure defined in the description of EFI_IP4_CONFIG2_PROTOCOL.SetData(), EFI_IP4_CONFIG2_INTERFACE_INFO, which contains the configuration settings for interfaces using the EFI_IP4_CONFIG2_PROTOCOL.

David

Thanks
Senthil

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel



--
Thanks,
David

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to