mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
binaries in
This commit is contained in:
parent
861c81d57a
commit
11b1d9f6db
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1419,8 +1419,8 @@ void setupHeader(int iRxEntry, enum interfaceType type, uint32_t destip,
|
|||||||
// total length is redefined in firmware
|
// total length is redefined in firmware
|
||||||
|
|
||||||
calcChecksum(udp);
|
calcChecksum(udp);
|
||||||
if (iRxEntry <= numUdpDestinations) {
|
if (iRxEntry < numUdpDestinations) {
|
||||||
LOG(logINFO, ("\tIP checksum is 0x%lx\n", udp->ip_checksum));
|
LOG(logINFO, ("\tIP checksum : 0x%lx\n\n", udp->ip_checksum));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1465,7 +1465,7 @@ int configureMAC() {
|
|||||||
LOG(logINFO, ("\tInterface : %d %s\n\n", selInterface,
|
LOG(logINFO, ("\tInterface : %d %s\n\n", selInterface,
|
||||||
(selInterface ? "Inner" : "Outer")));
|
(selInterface ? "Inner" : "Outer")));
|
||||||
|
|
||||||
LOG(logINFO, ("Number of entries: %d\n", numUdpDestinations));
|
LOG(logINFO, ("Number of entries: %d\n\n", numUdpDestinations));
|
||||||
for (int iRxEntry = 0; iRxEntry != MAX_UDP_DESTINATION; ++iRxEntry) {
|
for (int iRxEntry = 0; iRxEntry != MAX_UDP_DESTINATION; ++iRxEntry) {
|
||||||
uint32_t srcip = udpDetails[iRxEntry].srcip;
|
uint32_t srcip = udpDetails[iRxEntry].srcip;
|
||||||
uint32_t srcip2 = udpDetails[iRxEntry].srcip2;
|
uint32_t srcip2 = udpDetails[iRxEntry].srcip2;
|
||||||
@ -1504,7 +1504,7 @@ int configureMAC() {
|
|||||||
"\tSource Port : %d\n"
|
"\tSource Port : %d\n"
|
||||||
"\tDest IP : %s\n"
|
"\tDest IP : %s\n"
|
||||||
"\tDest MAC : %s\n"
|
"\tDest MAC : %s\n"
|
||||||
"\tDest Port : %d\n",
|
"\tDest Port : %d\n\n",
|
||||||
src_ip, src_mac, srcport, dst_ip, dst_mac, dstport));
|
src_ip, src_mac, srcport, dst_ip, dst_mac, dstport));
|
||||||
|
|
||||||
LOG(logINFO, ("\tInner %s\n", (numInterfaces == 2)
|
LOG(logINFO, ("\tInner %s\n", (numInterfaces == 2)
|
||||||
@ -1515,7 +1515,7 @@ int configureMAC() {
|
|||||||
"\tSource Port2: %d\n"
|
"\tSource Port2: %d\n"
|
||||||
"\tDest IP2 : %s\n"
|
"\tDest IP2 : %s\n"
|
||||||
"\tDest MAC2 : %s\n"
|
"\tDest MAC2 : %s\n"
|
||||||
"\tDest Port2 : %d\n",
|
"\tDest Port2 : %d\n\n",
|
||||||
src_ip2, src_mac2, srcport2, dst_ip2, dst_mac2, dstport2));
|
src_ip2, src_mac2, srcport2, dst_ip2, dst_mac2, dstport2));
|
||||||
}
|
}
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
|
Binary file not shown.
@ -10,6 +10,6 @@
|
|||||||
#define APICTB 0x210831
|
#define APICTB 0x210831
|
||||||
#define APIGOTTHARD 0x210831
|
#define APIGOTTHARD 0x210831
|
||||||
#define APIGOTTHARD2 0x210831
|
#define APIGOTTHARD2 0x210831
|
||||||
#define APIJUNGFRAU 0x210831
|
|
||||||
#define APIMYTHEN3 0x210831
|
#define APIMYTHEN3 0x210831
|
||||||
#define APIMOENCH 0x210831
|
#define APIMOENCH 0x210831
|
||||||
|
#define APIJUNGFRAU 0x210831
|
||||||
|
Loading…
x
Reference in New Issue
Block a user