Questions tagged [apic]

The APIC units are responsible for delivering interrupts from interrupt sources to interrupt destinations throughout the multiprocessor system.

The Advanced Programmable Interrupt Controller (APIC) is based on a distributed architecture in which interrupt control functions are distributed between two basic functional units, the local unit and the I/O unit. The local and I/O units communicate through a bus called the Interrupt Controller Communications (ICC) bus. The local APIC units also provide interprocessor interrupts (IPIs), which allow any processor to interrupt any other processor or set of processors.

More at Intel MultiProcessor Specification - http://www.intel.com/design/pentium/datashts/24201606.pdf

84 questions
0
votes
1 answer

Upload file via php to cisco APIC-EM using curl

I'm trying to upload a config file via PHP's CURL to the Cisco APIC-EM via POST but am receiving an unexpected error: //File Upload echo "File Upload:
"; $namespace = "config"; $data = array( "version" => "", "response" =>…
0
votes
2 answers

Validation on submit button (angularjs)

How can I get a prompt error message when I click on the submit button and it does not redirect to the other page because the email/password is not entered is in the database. sign-in.html
sxxxxxxx
  • 565
  • 2
  • 6
  • 17
0
votes
1 answer

Add pagination after data exceeds limit

I want to add a pagination after the data that can be displayed has exceeded the filter. I have declared that a limit of 6 data can be displayed at a time. I want to display the rest of the data by adding a pagination under the table. How do I go…
sxxxxxxx
  • 565
  • 2
  • 6
  • 17
-1
votes
1 answer

QEMU how-to allocate specific IRQ number for PCI device?

I'm running qemu-system-x86_64 with my new pci device. And i want to use IRQ 17 (Since driver from kernel listen for IRQ 17). But my PCI device take IRQ 10 or 11. base on interrupt_pin(A,B,C,E). Then i want to send irq to kernel module by…
Nick
  • 9
  • 3
-1
votes
3 answers

Cryptographic key to JSON Web Key using javascript

I am a newbie in JavaScript or GatewayScript. I have a requirement where I need to convert the content of a .pem (which is in DataPower under local:///cert or can be added into a crypto object) to JWK. Could anyone help me with the starting point on…
Lenka
  • 75
  • 11
-1
votes
1 answer

APIC send interrupt succeeds,but only once

I 'm trying to send an IPI to myself. Writing to APIC at position 0x310 and 0x300 succeeds (the interrupt is sent), but only once. Next write does nothing, until I restart. Any suggestions?
Michael Chourdakis
  • 10,345
  • 3
  • 42
  • 78
-1
votes
1 answer

python 3 mp3 artwork

I have a simple Python program that gets artwork from MP3 files. But when I try to open the resulting file in my web page, it's not loaded. This is my code: #!"C:/Python32/python.exe" import binascii print('Content-type:image/jpeg\n\n\n') mp3 =…
alex4o
  • 33
  • 1
  • 5
-2
votes
2 answers

Why I can't change the administrative state of a port on cisco apic via rest API

When I try to change the administrative state of a port on the Cisco APIC via rest API (aci_rest) then I'm getting the following error : "msg": "APIC Error 170: Invalid access, MO: l1PhysIf", "status": -1 Does anyone have any idea about…
O.K.
  • 85
  • 2
  • 11
-4
votes
0 answers

Cisco aci ansible

I am using windows 11 and installed WSL (ubuntu), then installed python and ansible. I got an error when I execute the below command from Ubuntu. I am using sandboxapic. home@IBM-PF35CWE8:~/aci_ansible_learning_labs_code_samples/intro_module$…
1 2 3 4 5
6